OSDN Git Service

Initial release of minio-grid
[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 .chef/knife.rb
9 clients/*
10 local-mode-cache
11 nodes/*tmp.json
12 nodes/*.test.json
13 roles/*tmp.rb
14 cookbooks/dsh/files/default/rpms/*.rpm
15
16 # Berkshelf
17 .berkshelf/config.json
18 .vagrant
19 Berksfile.lock
20 *~
21 *#
22 .#*
23 \#*#
24 .*.sw[a-z]
25 *.un~
26 /vendor/cookbooks/*
27 #/cookbooks
28
29 # Bundler
30 Gemfile.lock
31 bin/*
32 .bundle/*
33
34 # Dropbox
35 .dropbox.attr
36
37 # IDE: Eclipse,...
38 .buildpath
39 .project
40 .vscode
41
42 # Rubocop
43 .rubocop_todo.yml
44
45 !.gitkeep
46