-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
63 lines (43 loc) · 795 Bytes
/
.dockerignore
File metadata and controls
63 lines (43 loc) · 795 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
63
# Ignore database dump file
db/nara-dump.sql
# Ignore .env
.env
# Ignore git
.git
.gitignore
# Ignore bundler config.
.bundle
build
secrets/*
# Ignore devops files
Jenkinsfile
Dockerfile
docker-compose*
# Ignore the default SQLite database.
*.sqlite3
*.sqlite3-journal
# Ignore markdown/readme files
*.md
# Ignore all log files
*.log
# Ignore all logfiles and tempfiles.
log/*
tmp/*
# Ignore uploaded files in development
storage/*
nginx
node_modules
# Assets are rebuilt each deploy
public/assets
public/packs
public/packs-test
# Ignore Ruby debug history
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
# Ignore Sublime Text project files
*.sublime*
# Ignore IDEA/RubyMine project files
.idea/*
# Add back any .keep files
!.keep