-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (54 loc) · 784 Bytes
/
.gitignore
File metadata and controls
57 lines (54 loc) · 784 Bytes
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
/db/test.sqlite3-journal
config/application.rb
config/config.yml
config/deploy.rb
config/secrets.yml
config/master.key
config/credentials.yml.enc
/vendor/cache
/vendor/cache-old
/storage/*
!/storage/.gitkeep
.idea/*
*.iml
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
!/log/.gitkeep
/tmp/*
!/tmp/.gitkeep
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
*~
/public/assets
/bundle
/doc/app
.vagrant/
.env
.env.production
.env.development
.env.test
.env.local
.envrc
docker-compose.override.yml
.DS_Store
.byebug_history
.buildconfig
moraga_development
moraga_test
.ackrc
spec/support/deprecation_shitlist.json
/config/credentials/production.key
# Kamal deployment secrets
.kamal/secrets
config/deploy.yml