Compare commits

..

2 Commits

Author SHA1 Message Date
Steve White f97ae8364c poor repo hygiene
Merge branch 'master' of gitea.r8z.us:stwhite/Boxes-App
2024-10-25 11:10:00 -05:00
Steve White 052c3b921d added docker-ignore for toby 2024-10-25 11:08:34 -05:00
1 changed files with 26 additions and 0 deletions

26
.dockerignore Normal file
View File

@ -0,0 +1,26 @@
# Ignore node_modules and other generated files in boxes-fe
boxes-fe/node_modules
boxes-fe/build
# Ignore Go module cache and other generated files in boxes-api
boxes-api/vendor
boxes-api/bin
# Ignore IDE and editor configuration files
.vscode
.idea
# Ignore Git and other version control system files
.git
.gitignore
# Ignore Docker's own files
.dockerignore
Dockerfile.build
Dockerfile.create
Dockerfile.update
# Ignore other miscellaneous files
README.md
LICENSE
test.bash