OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / .gitignore
index fba382d..43001f6 100644 (file)
@@ -5,14 +5,16 @@
 ###
 .chef/*.pem
 .chef/encrypted_data_bag_secret
-
 .chef/knife.rb
-.berkshelf/config.json
+clients/*
+local-mode-cache
 nodes/*tmp.json
+nodes/*.test.json
 roles/*tmp.rb
 cookbooks/dsh/files/default/rpms/*.rpm
 
 # Berkshelf
+.berkshelf/config.json
 .vagrant
 Berksfile.lock
 *~
@@ -21,11 +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
+
+# IDE: Eclipse,...
+.buildpath
+.project
+.vscode
+
+# Rubocop
+.rubocop_todo.yml
+
+!.gitkeep