mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
Initial Release v1.0.0: Full feature set with Docker automation, Nginx/Alpine stack
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user