31 lines
313 B
Plaintext
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
|