blob: 38e7379bb8e1fea1eeb0af8be5ac28ac0e1a27d5 [file] [log] [blame]
Michael Lando6e600062017-06-19 19:51:24 +03001# Put files/directories that should be ignored in this file when uploading
2# to a chef-server or supermarket.
3# Lines that start with '# ' are comments.
4
5# OS generated files #
6######################
7.DS_Store
8Icon?
9nohup.out
10ehthumbs.db
11Thumbs.db
12
13# SASS #
14########
15.sass-cache
16
17# EDITORS #
18###########
19\#*
20.#*
21*~
22*.sw[a-z]
23*.bak
24REVISION
25TAGS*
26tmtags
27*_flymake.*
28*_flymake
29*.tmproj
30.project
31.settings
32mkmf.log
33
34## COMPILED ##
35##############
36a.out
37*.o
38*.pyc
39*.so
40*.com
41*.class
42*.dll
43*.exe
44*/rdoc/
45
46# Testing #
47###########
48.watchr
49.rspec
50spec/*
51spec/fixtures/*
52test/*
53features/*
54examples/*
55Guardfile
56Procfile
57.kitchen*
58.rubocop.yml
59spec/*
60Rakefile
61.travis.yml
62.foodcritic
63.codeclimate.yml
64
65# SCM #
66#######
67.git
68*/.git
69.gitignore
70.gitmodules
71.gitconfig
72.gitattributes
73.svn
74*/.bzr/*
75*/.hg/*
76*/.svn/*
77
78# Berkshelf #
79#############
80Berksfile
81Berksfile.lock
82cookbooks/*
83tmp
84
85# Policyfile #
86##############
87Policyfile.rb
88Policyfile.lock.json
89
90# Cookbooks #
91#############
92CONTRIBUTING*
93CHANGELOG*
94TESTING*
95MAINTAINERS.toml
96
97# Strainer #
98############
99Colanderfile
100Strainerfile
101.colander
102.strainer
103
104# Vagrant #
105###########
106.vagrant
107Vagrantfile