-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
.gitignore
230 lines (218 loc) · 3.25 KB
/
.gitignore
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# Vendored Dependencies
Pods
bower_components
node_modules
web/app/mu-plugins
web/app/plugins
web/app/upgrade
web/app/uploads
web/wp
vendor
# OS Files
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.LSOverride
.apdisk
Thumbs.db
# Testing Files
*.gemfile.lock
capybara*
pickle-email-*.html
public/uploads
rerun.txt
site/web/app/uploads
test/data
# Cache Files
*.stTheme.cache
*.tfstate
*.tmPreferences.cache
*.tmlanguage.cache
.TAGS
.byebug_history
.divshot-cache
.dropbox
.dropbox.attr
.dropbox.cache
.rake_tasks
.repl_history
.sass-cache
.tags
.yardoc
/variables.tf.json
TAGS
_yardoc
disk_image_for_*.json
disk_image_settings.json
lambdas/*.js
lambdas/*.py
lambdas/*.zip
packer_cache
public/packs*
public/system
site/web/app/upgrade
spec/reports
tags
terraform.tfvars
test/tmp
test/version_tmp
tmtags
variables.sls
!TAGS/
!tags/
# Local Compiled Files
**/cordova/platforms/android/CordovaLib/ant-build
**/cordova/platforms/android/CordovaLib/ant-gen
**/cordova/platforms/android/CordovaLib/bin
**/cordova/platforms/android/CordovaLib/gen
**/cordova/platforms/android/ant-build
**/cordova/platforms/android/ant-gen
**/cordova/platforms/android/assets/www
**/cordova/platforms/android/bin
**/cordova/platforms/android/gen
**/cordova/platforms/browser/build
**/cordova/platforms/browser/www
**/cordova/platforms/ios/build/
**/cordova/platforms/ios/www/
**/cordova/platforms/wp8/*.csproj.user
**/cordova/platforms/wp8/*.suo
**/cordova/platforms/wp8/.staging
**/cordova/platforms/wp8/bin
**/cordova/platforms/wp8/obj
**/cordova/platforms/wp8/www
**/public/stylesheets/*.css
*.a
*.css.map
*.elc
*.gem
*.hmap
*.ipa
*.o
*.rbc
*.sass.map
*.scss.map
*.so
*.xccheckout
*.xcuserdatad
DerivedData
build
build-iPhoneOS
build-iPhoneSimulator
coverage
coverage.data
dist
files/scripts/**/*.js
files/scripts/**/*.py
files/scripts/**/*.zip
out
pillars/files
pkg
profile
rdoc
target
# Local Configuration Files
**/cordova/platforms/android/CordovaLib/local.properties
**/cordova/platforms/android/local.properties
**/settings-local.yml
**/settings/*-local.yml
*.bundle
*.iml
*.ipr
*.iws
*.mode1v3
*.mode2v3
*.pbxuser
*.perspectivev3
*.project
*.sublime-project
*.sublime-settings
*.sublime-workspace
*.tmproj
.Rhistory
.build
.bundle
.chamber*.enc
.chamber*.enc.pass
.chamber*.pem
.emacs.desktop
.emacs.desktop.lock
.env
.env.*
.env.*.local
.env.local
.env.yml
.foreman
.htaccess
.idea
.idea_modules
.powenv
.powrc
.pryrc
.railsrc
.rspec
.rvmrc
.secrets
.shellwreck.sh
.tern-port
.terraform
Gemfile.local
Procfile.local
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
config.yml
config/application.yml
config/database.yml
config/initializers/secret_token.rb
config/master.key
config/secrets.yml
crashlytics-build.properties
crashlytics.properties
nbproject
xcuserdata
!.circleci/config.yml
!.env.example
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
# Temporary files
*.backup
*.bak
*.gho
*.lck
*.lock
*.log*
*.moved-aside
*.old
*.ori
*.orig
*.rs.bk
*.sqlite3
*.sqlite3-journal
*.swo
*.swp
*.tmp
*~
.\#*
.netrwhist
\#*
db-sync
dump.rdb
log
solr/*
spec/examples.txt
sql-dump-*.sql
tmp
# Vagrant
.vagrant
# Always keep chamber public keys
!.chamber*.pub.pem
# Always keep lock files
!yarn.lock
!Gemfile.lock
!Cargo.lock
!composer.lock
# Always Version .keep and .gitkeep files
!.gitkeep
!.keep