chefignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # Put files/directories that should be ignored in this file when uploading
  2. # to a Chef Infra Server or Supermarket.
  3. # Lines that start with '# ' are comments.
  4. # OS generated files #
  5. ######################
  6. .DS_Store
  7. ehthumbs.db
  8. Icon?
  9. nohup.out
  10. Thumbs.db
  11. .envrc
  12. # EDITORS #
  13. ###########
  14. .#*
  15. .project
  16. .settings
  17. *_flymake
  18. *_flymake.*
  19. *.bak
  20. *.sw[a-z]
  21. *.tmproj
  22. *~
  23. \#*
  24. REVISION
  25. TAGS*
  26. tmtags
  27. .vscode
  28. .editorconfig
  29. ## COMPILED ##
  30. ##############
  31. *.class
  32. *.com
  33. *.dll
  34. *.exe
  35. *.o
  36. *.pyc
  37. *.so
  38. */rdoc/
  39. a.out
  40. mkmf.log
  41. # Testing #
  42. ###########
  43. .circleci/*
  44. .codeclimate.yml
  45. .delivery/*
  46. .foodcritic
  47. .kitchen*
  48. .mdlrc
  49. .overcommit.yml
  50. .rspec
  51. .rubocop.yml
  52. .travis.yml
  53. .watchr
  54. .yamllint
  55. azure-pipelines.yml
  56. Dangerfile
  57. examples/*
  58. features/*
  59. Guardfile
  60. kitchen.yml*
  61. mlc_config.json
  62. Procfile
  63. Rakefile
  64. spec/*
  65. test/*
  66. # SCM #
  67. #######
  68. .git
  69. .gitattributes
  70. .gitconfig
  71. .github/*
  72. .gitignore
  73. .gitkeep
  74. .gitmodules
  75. .svn
  76. */.bzr/*
  77. */.git
  78. */.hg/*
  79. */.svn/*
  80. # Berkshelf #
  81. #############
  82. Berksfile
  83. Berksfile.lock
  84. cookbooks/*
  85. tmp
  86. # Bundler #
  87. ###########
  88. vendor/*
  89. Gemfile
  90. Gemfile.lock
  91. # Policyfile #
  92. ##############
  93. Policyfile.rb
  94. Policyfile.lock.json
  95. # Documentation #
  96. #############
  97. CODE_OF_CONDUCT*
  98. CONTRIBUTING*
  99. documentation/*
  100. TESTING*
  101. UPGRADING*
  102. # Vagrant #
  103. ###########
  104. .vagrant
  105. Vagrantfile