Initial commit: restructure project with Docker Compose setup

This commit is contained in:
Admin
2026-05-26 20:16:01 +05:00
commit 47b15787f3
48 changed files with 6074 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
### Dependencies ###
node_modules/
### Build outputs ###
dist/
build/
### Environment files ###
.env
!.env.example
### Logs ###
logs/
*.log
npm-debug.log*
### IDE ###
.idea/
.vscode/
*.iml
### OS ###
.DS_Store
Thumbs.db
### Docker volumes (if any) ###
data/