mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 11:55:47 +00:00
32 lines
298 B
Text
32 lines
298 B
Text
# Gradle
|
|
.gradle/
|
|
build/
|
|
/app/build/
|
|
|
|
# IDE
|
|
*.iml
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Local properties
|
|
local.properties
|
|
|
|
# Android
|
|
/captures
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Keystore (do not commit signing keys)
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Debug logs
|
|
firebase-debug.log
|
|
|
|
# Secrets
|
|
*.env
|
|
.claude/worktrees/
|