OSDN Git Service

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