26 lines
252 B
Plaintext
26 lines
252 B
Plaintext
# Dependencies & build
|
|
**/node_modules/
|
|
**/dist/
|
|
**/target/
|
|
**/.gradle/
|
|
|
|
# Environment (secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
**/.DS_Store
|
|
**/__MACOSX/
|
|
|
|
# Logs & cache
|
|
*.log
|
|
.npm/
|
|
.cache/
|
|
|
|
# Deploy / local
|
|
*.tar.gz
|