-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
59 lines (51 loc) · 861 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
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
*.gitignore
*.DotSettings
core/.editorconfig
core/.vs
core/**/bin
core/**/obj
core/packages
core/**/log
core/**/*.user
core/Tests
core/respell
site/.vs
site/**/bin
site/**/obj
site/packages
site/**/log
site/**/*.user
site/Tests
robot/.vs
robot/**/bin
robot/**/obj
robot/packages
robot/**/log
robot/**/*.user
robot/Tests
site/MVC/Assets/libs
site/MVC/data
site/MVC/Properties/PublishProfiles
site/MVC/appSettings.Development.json
site/MVC/db.*.json
site/MVC/smtp.*.json
site/MVC/login.*.json
site/MVC/s3.*.json
robot/Robot/appSettings.Development.json
robot/Robot/db.*.json
robot/Robot/smtp.*.json
robot/Robot/login.*.json
robot/Robot/s3.*.json
midna/.env
midna/gunicorn/log
midna/gunicorn/run
midna/src/db.sqlite3
midna/src/.pytest_cache
midna/**/__pycache__
db/db.env
db/data
db/docker-compose.yml
db/init.sql
db/Makefile
db/*.future
db/**/__pycache__