-
Notifications
You must be signed in to change notification settings - Fork 140
/
chefignore
131 lines (117 loc) · 1.37 KB
/
chefignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Put files/directories that should be ignored in this file when uploading
# to a chef-server
# sourced from hgignore #
*.orig
*.pyc
*.rej
*.swo
*.swp
.fbide
.idea
.mypy_cache
.vagrant
.vscode
_rpms
build/BUILD
build/RPMS
build/SRPMS
chef/solo/roles/*.json
opsfiles-git.iml
opsfiles.iml
rpms/openssh/sources
# Arcanist liberate cache
lib/arcanist/.phutil_module_cache
# terraform - from Github's Terraform.gitignore
*.tfstate
*.tfstate.backup
.terraform/
# OS generated files #
######################
.DS_Store
Icon?
Thumbs.db
ehthumbs.db
nohup.out
# SASS #
########
.sass-cache
# EDITORS #
###########
*.bak
*.sw[a-z]
*.tmproj
*_flymake
*_flymake.*
*~
.#*
.project
.settings
REVISION
TAGS*
\#*
mkmf.log
tmtags
## COMPILED ##
##############
*.class
*.com
*.dll
*.exe
*.o
*.pyc
*.so
*/rdoc/
a.out
# Testing #
###########
.codeclimate.yml
.rspec
.rubocop.yml
.travis.yml
.watchr
Guardfile
Procfile
Rakefile
examples/*
features/*
kitchen*
spec/*
spec/fixtures/*
test/*
# SCM #
#######
*/.bzr/*
*/.git
*/.hg/*
*/.svn/*
.git
.gitattributes
.gitconfig
.gitignore
.gitmodules
.svn
# Berkshelf #
#############
Berksfile
Berksfile.lock
cookbooks/*
tmp
# Policyfile #
##############
Policyfile.lock.json
Policyfile.rb
# Cookbooks #
#############
CHANGELOG*
CONTRIBUTING*
TESTING*
# Strainer #
############
.colander
.strainer
Colanderfile
Strainerfile
# Vagrant #
###########
.vagrant
Vagrantfile