OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / .gitignore
index b5e70ad..43001f6 100644 (file)
@@ -6,7 +6,10 @@
 .chef/*.pem
 .chef/encrypted_data_bag_secret
 .chef/knife.rb
+clients/*
+local-mode-cache
 nodes/*tmp.json
+nodes/*.test.json
 roles/*tmp.rb
 cookbooks/dsh/files/default/rpms/*.rpm
 
@@ -20,18 +23,27 @@ 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
 
-# Eclipse
+# IDE: Eclipse,...
 .buildpath
 .project
+.vscode
+
+# Rubocop
+.rubocop_todo.yml
+
+!.gitkeep