forked from jafrank88/CaseStrainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
74 lines (70 loc) · 866 Bytes
/
.dockerignore
File metadata and controls
74 lines (70 loc) · 866 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
64
65
66
67
68
69
70
71
72
73
74
# Always include essential source and config
!src/
!requirements.txt
!app/
!config/
!templates/
!static/
# Exclude Python cache and virtualenvs
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.coverage
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/
# Exclude logs, test data, and build artifacts
*.log
logs/
test*/
tests*/
build/
dist/
*.egg-info/
*.egg
# Exclude node and frontend build artifacts
node_modules/
frontend/
casestrainer-vue-new/
# Exclude build and cache directories that shouldn't be in container
target/
out/
bin/
obj/
Debug/
Release/
x64/
x86/
amd64/
i386/
lib/
libs/
include/
includes/
headers/
src/generated/
src/build/
src/dist/
src/temp/
src/cache/
src/logs/
src/backups/
src/archived/
src/deprecated/
src/legacy/
src/old/
src/experimental/
src/test/
src/tests/
src/testing/
src/mocks/
src/fixtures/
src/stubs/
src/typings/
src/types