166 lines
1.9 KiB
Plaintext
166 lines
1.9 KiB
Plaintext
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.env
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# SSH & Keys
|
|
*.pem
|
|
*.key
|
|
id_rsa*
|
|
*.pub
|
|
ssh_config
|
|
authorized_keys
|
|
*.p12
|
|
*.pfx
|
|
*.jks
|
|
*.keystore
|
|
*.cer
|
|
*.crt
|
|
*.der
|
|
*.gpg
|
|
*.pgp
|
|
*.asc
|
|
|
|
# Platform / Auth Secrets
|
|
firebase-auth-*.json
|
|
*service-account*.json
|
|
go-backend/firebase-service-account.json
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
*credentials.json
|
|
account_key.json
|
|
*secret*.json
|
|
*config*.json.bak
|
|
*.p8
|
|
|
|
|
|
# Supabase
|
|
.branches
|
|
.temp
|
|
supabase/.temp/
|
|
supabase/functions/**/.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
|
|
# Large build artifacts and debug files
|
|
*.zip
|
|
*.tar.gz
|
|
*.tar
|
|
*.gz
|
|
*.exe
|
|
*.bin
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.iso
|
|
|
|
# HAR files & Logs
|
|
*.har
|
|
localhost.har
|
|
localhost.txt
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
.yarn/cache/
|
|
.yarn/unplugged/
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output
|
|
.shippable
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
out/
|
|
bin/
|
|
obj/
|
|
release/
|
|
debug/
|
|
|
|
# Flutter specific
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
/sojorn_app/build/
|
|
*.g.dart
|
|
*.freezed.dart
|
|
|
|
# Service account credentials
|
|
.env_files/
|
|
|
|
# Project Specific Exclusions
|
|
logo.ai
|
|
sojorn_app/analysis_results_final.txt
|
|
go-backend/.env
|
|
go-backend/bin/
|
|
go-backend/sojorn-api*
|
|
go-backend/*linux
|
|
go-backend/seeder*
|
|
go-backend/migration*
|
|
go-backend/verify*
|
|
go-backend/migrate*
|
|
go-backend/fixdb*
|
|
go-backend/api.exe
|
|
go-backend/scripts/run_migration.go
|
|
temp_server.env
|
|
*.txt.bak
|
|
|
|
# Non-public staging area (kept local only)
|
|
_private/
|
|
|
|
# Miscellaneous Security
|
|
*.history
|
|
*.bash_history
|
|
*.zsh_history
|
|
*.mysql_history
|
|
*.psql_history
|
|
*.sqlite_history
|
|
.netrc
|
|
.shittiest_secrets
|
|
.vault
|
|
*.kdb
|
|
*.kdbx
|
|
*.sops
|
|
.node_repl_history
|
|
.python_history
|
|
.bash_profile
|
|
.bashrc
|
|
.zshrc
|
|
.profile
|
|
|
|
sojorn_docs/SOJORN_ARCHITECTURE.md
|