mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 20:15:41 +00:00
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
31 lines
279 B
Text
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
|