-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.dockerignore
61 lines (48 loc) · 1.11 KB
/
.dockerignore
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
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/seeds/vagrant.rb
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore uploaded files in development
/storage/*
!/storage/.keep
/public/assets
.byebug_history
# Ignore environment specific files
.env
.env.local
.env.development
# Ignore minitest-ci reports
test/reports
# Ignore simplecov output
coverage
# Ignore any SSL pem/key files in root
/*.pem
/*.key
# Ignore published vocabularies
# While the "published_vocabularies" directory has been removed, leaving this
# ignore specification in place to eliminate any possibility of the directory
# contents being accidentally added to a Docker image.
/public/published_vocabularies/*.json
/public/published_vocabularies/*.ttl
/public/published_vocabularies/*.nt
# Ignore the imports and exports
/imports/*.zip
/exports/*.zip
# Ignore webpack, yarn, and node
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# React Styleguidist
styleguide/
# Docker configuration file
docker-archelon.env