-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
40 lines (21 loc) · 918 Bytes
/
.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
# Ignore everything except for InitialDB.SQL and script files
# *
# !InitialDB.SQL
# !*.sh
# All lines beneath are old settings, just kept them for a certain time to be safe (2-4-2020):
# Ignore .git (version control files / all sources: not needed for production)
.git
# Ignore .vscode (code editor setting: not needed for production)
.vscode
# Editor (VS Code) settings file: not needed for production)
.editorconfig
# .gitignore (stops files from being stored in code repository: not required for production)
.gitignore
# Any (temporary) saved files, ending on .saved)
.saved
# tslint.json (linter configuration file for code editor: not needed for production)
tslint.json
# Ignore coverage folder (????: no idea what this is, lets start by excluding it for production)
coverage
# Ignore the datatransfer folder used to pump (MySQL backup/restore) data up and down to the container
xfergenbedata