Swoosh/.gitignore
Paweł Orzech 74f42fd2f1
docs: add open-source project files (README, license, contributing)
Add professional open-source scaffolding:
- README.md with badges, features, architecture, and setup guide
- LICENSE (PolyForm Noncommercial 1.0.0)
- CONTRIBUTING.md with guidelines
- CHANGELOG.md for v1.0.0
- GitHub issue and PR templates
- Updated .gitignore
2026-03-19 10:17:46 +01:00

31 lines
279 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