Initial commit

This commit is contained in:
odzugkoev
2025-10-23 19:02:56 -04:00
commit 14958ca851
32 changed files with 8937 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
node_modules
npm-debug.log*
.DS_Store
.git
.gitignore
**/*.log
# Local databases and generated data
/data
/public/uploads
# Editor/OS
.vscode
.idea
*.swp