mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
34 lines
352 B
Plaintext
34 lines
352 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-electron/
|
|
release/
|
|
|
|
# Resources (downloaded/generated, not committed)
|
|
resources/jre/
|
|
resources/app.jar
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data (H2 database created during dev testing)
|
|
data/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|