Files
simple-notes-sync/.gitignore
inventory69 1d010d0034 Release v1.6.0: Configurable Sync Triggers + Offline Mode
- NEW: Configurable sync triggers (onSave, onResume, WiFi, Periodic, Boot)
- NEW: Offline mode toggle to disable all network features
- Various fixes and UI improvements
- Version bumped to 1.6.0 (code 14)
2026-01-19 23:31:25 +01:00

51 lines
618 B
Plaintext

# Server
server/.env
server/notes-data/
server/logs/
# Android
android/.gradle/
android/.idea/
android/local.properties
android/build/
android/*/build/
android/.DS_Store
android/captures/
android/*.apk
android/*.ap_
android/*.aab
# Signing files (NEVER commit these!)
android/key.properties
android/app/*.jks
android/app/*.keystore
# Gradle
.gradle
build/
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temp
*.tmp
*.swp
*~
test-apks/
# F-Droid metadata (managed in fdroiddata repo)
# Exclude fastlane metadata (we want to track those screenshots)
metadata/
!fastlane/metadata/