backend fixes

This commit is contained in:
Jake Kasper
2025-08-21 07:35:02 -05:00
parent 3840b627dc
commit 0e55996e41
9 changed files with 145 additions and 5 deletions

18
backend/.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
node_modules
.git
.gitignore
README.md
.env
.nyc_output
coverage
.coverage
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.vscode
.idea
*.swp
*.swo
*~