-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.dockerignore
More file actions
50 lines (44 loc) · 851 Bytes
/
.dockerignore
File metadata and controls
50 lines (44 loc) · 851 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
# Ignore everything by default
*
# Allow necessary files
!app/backend/openscenario-api-service/**
!app/backend/openscenario.api.test/cpp/build/cgReleaseMakeShared/applications/openScenarioReader/**
!app/frontend/scenario-tool-suite/**
!docker-compose*.yml
!Dockerfile*
!requirements.txt
!package*.json
# Specific files to include from the root
!.gitignore
!.dockerignore
!README.md
!LICENSE
# Always ignore these files and directories
**/node_modules
**/__pycache__
**/.pytest_cache
**/.git
**/.github
**/.vscode
**/*.pyc
**/*.pyo
**/*.pyd
**/.DS_Store
**/venv
**/env
**/.env
**/.env.*
!**/.env.example
# Ignore development and test files
**/tests
**/test
**/*.test.*
**/*.spec.*
**/coverage
# Ignore build artifacts
**/dist
**/build
**/*.egg-info
**/*.egg
# Allow validator files in the backend
!app/backend/openscenario-api-service/validator/