Sha256: 6d967b9f75f772842c247ace8854136c024e20038e121d7e2de1fc43a305b13e
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# Put files/directories that should be ignored in this file when uploading # to a chef-server or Supermarket. # Lines that start with '# ' are comments. # OS generated files # ###################### .DS_Store ehthumbs.db Icon? nohup.out Thumbs.db # SASS # ######## .sass-cache # EDITORS # ########### .#* .project .settings *_flymake *_flymake.* *.bak *.sw[a-z] *.tmproj *~ \#* mkmf.log REVISION TAGS* tmtags ## COMPILED ## ############## *.class *.com *.dll *.exe *.o *.pyc *.so */rdoc/ a.out # Testing # ########### .circleci/* .codeclimate.yml .foodcritic .kitchen* .rspec .rubocop.yml .travis.yml .watchr azure-pipelines.yml examples/* features/* Guardfile kitchen.yml* Procfile Rakefile spec/* spec/* spec/fixtures/* test/* # SCM # ####### .git .gitattributes .gitconfig .github/* .gitignore .gitmodules .svn */.bzr/* */.git */.hg/* */.svn/* # Berkshelf # ############# Berksfile Berksfile.lock cookbooks/* tmp # Bundler # ########### vendor/* Gemfile Gemfile.lock # Policyfile # ############## Policyfile.rb Policyfile.lock.json # Cookbooks # ############# CHANGELOG* CONTRIBUTING* TESTING* # Vagrant # ########### .vagrant Vagrantfile
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
galvanize-0.1.2 | lib/chef-dk/skeletons/code_generator/files/default/chefignore |