init Dockerfile to run machine in container

This commit is contained in:
Pavel Sviderski
2024-11-25 19:49:59 +10:00
parent df25b0d098
commit 95175d10c5
2 changed files with 24 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Ignore everything and use an allowlist of what is allowed to not package any secrets by accident.
*
# Allow files and directories.
!cmd/
!internal/
!go.*
# Ignore unnecessary files inside allowed directories.
**/.DS_Store