-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.dockerignore
More file actions
43 lines (39 loc) · 754 Bytes
/
.dockerignore
File metadata and controls
43 lines (39 loc) · 754 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
# Exclude the submodule since we'll use git to grab it or mount it in a container
fprime
fprime-gds
# Exclude large parts of .git, but keep essential files
**/.git/objects/pack/
**/.git/logs/
**/.git/hooks/
**/.git/worktrees/
# Keep essential Git files
!**/.git/HEAD
!**/.git/config
!**/.git/refs
!**/.git/objects/info/packs
!**/.git/index
# For submodules, keep essential files
!**/.git/modules/**/HEAD
!**/.git/modules/**/config
!**/.git/modules/**/refs
!**/.git/modules/**/objects/info/packs
!**/.git/modules/**/index
# Exclude non-functional files
**/FlightComputer/build*
*.png
*.pdf
*.jpg
*.html
*.md
*.patch
**dev_deps
# Ignore other common directories and files
node_modules
*logs
*.log
*.tmp
*.temp
.DS_Store
**/build
**/__pycache__
**/dist