Skip to content

Commit f14cadc

Browse files
authored
Merge pull request #6 from ArchimedeOS-Development/feat/docker-ignore
feat: add docker ingore
2 parents 28267a1 + 8ba42bf commit f14cadc

3 files changed

Lines changed: 38 additions & 5 deletions

File tree

base-container/.dockerignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
1-
# Fichiers système
21
.DS_Store
32
Thumbs.db
43

5-
# Fichiers de cache
64
*.tmp
75
*.cache
86
*.log
97

10-
# Fichiers de développement
118
.git
129
.gitignore
1310
README.md
1411
*.md
1512

16-
# Fichiers de build
1713
node_modules/
1814
*.pyc
1915
__pycache__/
2016

21-
# Fichiers temporaires
2217
*.swp
2318
*.swo
2419
*~

blueteam-container/.dockerignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.DS_Store
2+
Thumbs.db
3+
4+
*.tmp
5+
*.cache
6+
*.log
7+
8+
.git
9+
.gitignore
10+
README.md
11+
*.md
12+
13+
node_modules/
14+
*.pyc
15+
__pycache__/
16+
17+
*.swp
18+
*.swo
19+
*~

redteam-container/.dockerignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.DS_Store
2+
Thumbs.db
3+
4+
*.tmp
5+
*.cache
6+
*.log
7+
8+
.git
9+
.gitignore
10+
README.md
11+
*.md
12+
13+
node_modules/
14+
*.pyc
15+
__pycache__/
16+
17+
*.swp
18+
*.swo
19+
*~

0 commit comments

Comments
 (0)