-
Notifications
You must be signed in to change notification settings - Fork 134
/
.gitignore
83 lines (77 loc) · 1.13 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
# bundler state
/.bundle
/vendor/bundle/
/vendor/ruby/
build_info/
extensions/
bundler/
storage/
bin/importmap
# minimal Rails specific artifacts
/config/master*.key
/config/credentials.yml*
db/*.sqlite3
/db/*.sqlite3-journal
/log/*
/tmp/*
# various artifacts
**.war
*.rbc
*.sassc
.redcar/
**.swp
.sass-cache
/config/config.yml
/coverage.data
/coverage/
/db/*.javadb/
/db/*.sqlite3
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/public/assets
/public/packs
/public/backup
/public/packs-test
/public/system/
/public/uploads
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
pickle-email-*.html
.zeus.sock
.cap_*
**.orig
*.pem
.DS_Store
# vscode
.vscode
.history
*.breakpoints
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json
node_modules/
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Environment files that may contain sensitive data
.*env
.powenv
.rvmrc
.byebug_history
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/app/assets/builds/*
!/app/assets/builds/.keep