We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28267a1 + 8ba42bf commit f14cadcCopy full SHA for f14cadc
3 files changed
base-container/.dockerignore
@@ -1,24 +1,19 @@
1
-# Fichiers système
2
.DS_Store
3
Thumbs.db
4
5
-# Fichiers de cache
6
*.tmp
7
*.cache
8
*.log
9
10
-# Fichiers de développement
11
.git
12
.gitignore
13
README.md
14
*.md
15
16
-# Fichiers de build
17
node_modules/
18
*.pyc
19
__pycache__/
20
21
-# Fichiers temporaires
22
*.swp
23
*.swo
24
*~
blueteam-container/.dockerignore
@@ -0,0 +1,19 @@
+.DS_Store
+Thumbs.db
+
+*.tmp
+*.cache
+*.log
+.git
+.gitignore
+README.md
+*.md
+node_modules/
+*.pyc
+__pycache__/
+*.swp
+*.swo
+*~
redteam-container/.dockerignore
0 commit comments