This commit is contained in:
2026-03-12 15:01:48 +08:00
commit f27996dde0
20 changed files with 5450 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Node / Frontend
node_modules/
dist/
.vite/
# Logs
debug-logs/
*.log
# Environment files
.env
.env.local
.env.*.local
# Go build artifacts
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Local SSH profiles (often contain secrets)
mengyaconnect-backend/data/ssh/*.json
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db