-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (58 loc) · 750 Bytes
/
.gitignore
File metadata and controls
62 lines (58 loc) · 750 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
57
58
59
60
61
62
**/*.swp
**.war
*.rbc
*.sassc
.DS_STORE
.byebug_history
.pry_history
.pryrc_custom
.redcar/
.sass-cache
.yardoc
.yarn-integrity
.zeus.sock
rerun.txt
yarn-debug.log*
!/log/.keep
!/storage/.keep
!/tmp/.keep
/.bundle
/builds
/cache
/capybara*
/capybara-*.html
/config/config.yml
/config/master.key
/coverage.data
/coverage/
/db/*.sqlite3
/db/*.sqlite3-journal
/db/*.sqlite3-*
/doc
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/features_report.html
/gems
/log/*
/node_modules
/pkg/
/public/assets/
/public/cache
/public/packs
/public/packs-test
/public/stylesheets/compiled
/public/system
/public/system/*
/shared/*
/shared/storage/*
/spec/tmp/*
/specifications
/storage/*
/target/
/tmp/*
/vendor/bundle/
/vendor/ruby/
/yarn-error.log
.env