forked from richpeck/exception_handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (44 loc) · 769 Bytes
/
.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
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
*.bundle
*.so
*.o
*.a
mkmf.log
*.tmp
.rspec_status
/coverage/
##########################################################
##########################################################
# http://stackoverflow.com/questions/8865848/comments-in-gitignore
##########################################################
##########################################################
# Desktop INI (Windows)
desktop.ini
# Readme Source (PSD's)
readme/source
# Git BFG
.git.bfg-report
.git.bfg-report/2017-06-29/07-53-00
# Specs
log/*.log
pkg/
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache