OSDN Git Service

fba382d36d0c0cba44c1a28cf0cb456326db8791
[metasearch/grid-chef-repo.git] / .gitignore
1 .rake_test_cache
2
3 ###
4 # Ignore Chef key files and secrets
5 ###
6 .chef/*.pem
7 .chef/encrypted_data_bag_secret
8
9 .chef/knife.rb
10 .berkshelf/config.json
11 nodes/*tmp.json
12 roles/*tmp.rb
13 cookbooks/dsh/files/default/rpms/*.rpm
14
15 # Berkshelf
16 .vagrant
17 Berksfile.lock
18 *~
19 *#
20 .#*
21 \#*#
22 .*.sw[a-z]
23 *.un~
24 /vendor/cookbooks
25 #/cookbooks
26
27 # Bundler
28 Gemfile.lock
29 bin/*
30 .bundle/*
31