sojorn/sojorn_app/.gitignore
Patrick Britton db0e3dfb59 feat: implement official ALTCHA library for proper challenge generation
- Install github.com/altcha-org/altcha-lib-go official library
- Replace custom implementation with official ALTCHA methods
- Use CreateChallenge for proper cryptographic challenges
- Use VerifySolution for proper token verification
- This should fix all ALTCHA verification issues
2026-02-16 23:40:43 -06:00

72 lines
1.3 KiB
Plaintext

# ###########################################################
# MP.LS LLC - Unified Sojorn Monorepo .gitignore
# Combined with User Workflow Preferences
# ###########################################################
# --- CRITICAL: SENSITIVE DATA (NEVER COMMIT) ---
.env
*.env
auth.mp.ls.key
google-services.json
GoogleService-Info.plist
firebase_options.dart
*.keystore
*.jks
key.properties
# Tax/Business docs (Safety precaution)
*_tax_*.pdf
W-2_*.pdf
# --- MISCELLANEOUS & MEDIA ---
*.sql
*.psd
*.ai
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# --- IDE SPECIFIC (IntelliJ & VS Code) ---
*.iml
*.ipr
*.iws
.idea/
.vscode/
# --- GO BACKEND (go-backend/) ---
go-backend/bin/
go-backend/out/
go-backend/*.exe
go-backend/*.test
go-backend/*.prof
go-backend/vendor/
go-backend/config.yaml
# --- FLUTTER APP (sojorn_app/) ---
**/doc/api/
**/ios/Flutter/.last_build_id
sojorn_app/.dart_tool/
sojorn_app/.flutter-plugins
sojorn_app/.flutter-plugins-dependencies
sojorn_app/.packages
sojorn_app/.pub-cache/
sojorn_app/.pub/
sojorn_app/build/
sojorn_app/coverage/
# Android Studio / Android Specific
/android/app/debug
/android/app/profile
/android/app/release
# Symbolication & Obfuscation
app.*.symbols
app.*.map.json