Initial Code Commit

This commit is contained in:
2025-10-24 02:07:59 -04:00
commit f099f36838
63 changed files with 4425 additions and 0 deletions

32
Project/.dockerignore Executable file
View File

@@ -0,0 +1,32 @@
# Ignore node_modules directory
node_modules
# Ignore npm debug log
npm-debug.log
# Ignore Dockerfile and .dockerignore file
Dockerfile
.dockerignore
# Ignore build output
/build
/dist
# Ignore logs
logs
*.log
# Ignore temporary files
tmp
temp
*.tmp
*.temp
# Ignore coverage directory
coverage
# Ignore .git directory and related files
.git
.gitignore