Initial Release v1.0.0: Full feature set with Docker automation, Nginx/Alpine stack

This commit is contained in:
dyzulk
2026-01-16 11:21:32 +07:00
commit 45623973a8
139 changed files with 24302 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Dependencies
/node_modules
/vendor
# System Files
.DS_Store
Thumbs.db
.vscode/
.idea/
# Application Data
*.log
/app/Database/*.sqlite
/temp_debug/
*.bak
# Build Artifacts & Deployments
/deploy_package.tar.gz
/mivo_backup_*.mivo
# Secrets and Environment
.env