OSDN Git Service

add .envrc
[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 vendor/bundle
34 cookbooks/*/.bundle
35 cookbooks/*/vendor
36
37 # Dropbox
38 .dropbox.attr
39
40 # IDE: Eclipse,...
41 .buildpath
42 .project
43 .vscode
44
45 # Rubocop
46 .rubocop_todo.yml
47
48 !.gitkeep
49