OSDN Git Service

updates chefignore file.
authorwhitestar <whitestar@users.osdn.me>
Sat, 29 Sep 2018 11:11:25 +0000 (20:11 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sat, 29 Sep 2018 11:11:25 +0000 (20:11 +0900)
chefignore
cookbooks/00cookbook/Rakefile
cookbooks/00cookbook/chefignore [new file with mode: 0644]

index 2338dbd..10e314a 100644 (file)
@@ -3,6 +3,11 @@
 
 Berksfile.lock
 
+# concourse
+concourse.yml
+fly-vars.yml
+fly-vars.local.yml
+
 # emacs
 *~
 
index f1c82d7..1ba86c6 100644 (file)
@@ -14,6 +14,7 @@ task :init do
     '.foodcritic',
     '.rubocop.yml',
     'Berksfile',
+    'chefignore',
     'concourse.yml',
     'fly-vars.yml',
     'fly-vars.local.yml',
@@ -36,6 +37,7 @@ task :update do
 
   [
     'Rakefile',
+    'chefignore',
     'concourse.yml',
     'fly-vars.yml',
     'Gemfile',
diff --git a/cookbooks/00cookbook/chefignore b/cookbooks/00cookbook/chefignore
new file mode 100644 (file)
index 0000000..10e314a
--- /dev/null
@@ -0,0 +1,20 @@
+# Put files/directories that should be ignored in this file.
+# Lines that start with '# ' are comments.
+
+Berksfile.lock
+
+# concourse
+concourse.yml
+fly-vars.yml
+fly-vars.local.yml
+
+# emacs
+*~
+
+.rubocop_todo.yml
+
+# vim
+*.sw[a-z]
+
+# subversion
+*/.svn/*