Add documentation, environment config, and project files: .dockerignore

This commit is contained in:
Zac Gaetano 2026-05-03 23:50:06 -04:00
parent 31050b3a6f
commit bb4e9e378b

29
.dockerignore Normal file
View file

@ -0,0 +1,29 @@
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.git
.gitignore
README.md
.nyc_output
coverage
.cache
.parcel-cache
.next
out
dist
build
logs
*.log
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
Thumbs.db