25 lines
270 B
Plaintext
25 lines
270 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs (electron-vite)
|
|
SmartAgriCenter/out/
|
|
SmartAgriCenter/dist/
|
|
|
|
# Packaged artifacts (green build / zip)
|
|
SmartAgriCenter/release/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Temp
|
|
*.tmp
|