OSDN Git Service

adds workaround for `check_all_disks` command failure.
[metasearch/grid-chef-repo.git] / .gitignore
index 2c584ec..43001f6 100644 (file)
@@ -6,6 +6,7 @@
 .chef/*.pem
 .chef/encrypted_data_bag_secret
 .chef/knife.rb
+clients/*
 local-mode-cache
 nodes/*tmp.json
 nodes/*.test.json
@@ -22,13 +23,16 @@ Berksfile.lock
 \#*#
 .*.sw[a-z]
 *.un~
-/vendor/cookbooks
+/vendor/cookbooks/*
 #/cookbooks
 
 # Bundler
-Gemfile.lock
+#Gemfile.lock
 bin/*
 .bundle/*
+vendor/bundle
+cookbooks/*/.bundle
+cookbooks/*/vendor
 
 # Dropbox
 .dropbox.attr
@@ -38,4 +42,8 @@ bin/*
 .project
 .vscode
 
+# Rubocop
+.rubocop_todo.yml
+
+!.gitkeep