-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 897 Bytes
/
.gitignore
File metadata and controls
58 lines (47 loc) · 897 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
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
db/*.sqlite3
db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
log/*
tmp/*
!/log/.keep
!/tmp/.keep
# Ignore uploaded files in development
storage/*
!/storage/.keep
# Ignore master key in case it's not shared
config/master.key
config/credentials.yml.enc
# Ignore node modules and Yarn files
node_modules/
yarn-error.log
# Ignore precompiled assets
public/assets
public/packs
public/packs-test
public/packs-test/*
public/packs/*
public/*.map
# Ignore byebug command history file.
.byebug_history
# Ignore Docker files and system
docker/*.pid
docker/postgresql/*
docker/logs/*
docker/storage/*
docker/config/supervisord.conf
docker/config/conf.d/*
docker/config/nginx.conf
# Ignore vendor cache
vendor/bundle
vendor/cache
vendor/ruby
# Ignore system files
*.swp
*.swo
.DS_Store
.env
.env.*
/config/master.key