Skip to content

Commit

Permalink
SEC-1406: Add/update .dockerignore
Browse files Browse the repository at this point in the history
- Ensure .git and .gitignore are properly ignored
- Prevent sensitive files from being included in Docker builds
  • Loading branch information
0xv2 committed Feb 24, 2025
1 parent 05821ea commit f3916ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git
.gitignore

0 comments on commit f3916ac

Please sign in to comment.