32 lines
288 B
Text
32 lines
288 B
Text
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Build output directories
|
|
/build/
|
|
/out/
|
|
/dist/
|
|
*.iso
|
|
*.img
|
|
*.tar.gz
|
|
|
|
# Keys and secrets
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
id_rsa
|
|
id_ed25519
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|