Files
Opera-Extensions/opera-cache-cleaner-extension/.gitignore
2026-05-15 00:42:00 +02:00

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