-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
60 lines (50 loc) · 862 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
*.rbc
capybara-*.html
.rspec
/db/*.sqlite3
/db/*.sqlite3-journal
/db/*.sqlite3-[0-9]*
/public/system
/coverage/
/spec/tmp
*.orig
rerun.txt
pickle-email-*.html
.rubocop-https---*
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp/*
!/tmp/.keep
# Credentials key
/config/credentials/production.key
# Local dotenv file
/.env
# Environment normalization
/.bundle
/vendor/bundle
# Ignore node_modules
/node_modules/
# Ignore yarn files
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions
/.pnp.*
# Ignore uploaded files in development
/storage/*
!/storage/.keep
# YARD files
/.yardoc/
/doc/
# Ignore uploaded images in development environment
/public/uploads/
# Ignore precompiled javascript and css
/app/assets/builds/*
!/app/assets/builds/.keep
/public/assets/