Files
mengyaconnect/.gitignore
2026-03-12 15:01:48 +08:00

31 lines
313 B
Plaintext

# 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