33 lines
281 B
Plaintext
33 lines
281 B
Plaintext
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
release/
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.pfx
|
|
*.p12
|
|
*.crt
|
|
*.cer
|
|
*.token
|
|
secrets/
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|