-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
78 lines (70 loc) · 807 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
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
# Vendored Dependencies
node_modules
bower_components
vendor
# OS Files
.DS_Store
Thumbs.db
# Testing Files
rerun.txt
pickle-email-*.html
capybara*
public/uploads
public/assets/src
test/data
# Cache Files
.sass-cache
public/system
spec/reports
tags
.rake_tasks
.yardoc
_yardoc
# Local Compiled Files
**/public/stylesheets/*.css
*.rbc
*.so
*.o
*.a
coverage
coverage.data
rdoc
docs
dist
pkg
# Local Configuration Files
secrets.yml
database.yml
config.yml
.env.yml
.env
.bundle
.foreman
.idea
.rspec
.rvmrc
.railsrc
.bundle
nbproject
*.project
*.bundle
*.tmproj
.chamber.pem
.chamber.pem.enc
Gemfile.local
# Temporary files
log
tmp
*.swp
*.swo
*.orig
*.log*
*.lock
*.sqlite3
*.sqlite3-journal
dump.rdb
# Always keep Gemfile.lock
!Gemfile.lock
# Always Version .keep and .gitkeep files
!.keep
!.gitkeep