forked from stadtluzern/decidim-ocl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
46 lines (34 loc) · 665 Bytes
/
Copy path.dockerignore
File metadata and controls
46 lines (34 loc) · 665 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
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/tmp/.keep
!/log/.keep
# Puma is unhappy without this
!/tmp/pids
/tmp/pids/*
!/tmp/pids/.keep
# Ignore uploaded files in development
/storage/*
!/storage/.keep
/node_modules
/yarn-error.log
/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
# Ignore public uploads
public/uploads
# Ignore changed bundle binstub
bin/bundle
# Ignore local environment variables file
.env.local
.envrc
# Ignore local gems
vendor/bundle/**/
.git/
.github/