106 lines
1.1 KiB
Plaintext
106 lines
1.1 KiB
Plaintext
# Environment variables
|
|
*.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Supabase
|
|
.branches
|
|
.temp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Large build artifacts and debug files
|
|
*.zip
|
|
*.tar.gz
|
|
*.tar
|
|
*.gz
|
|
*.exe
|
|
*.bin
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# HAR files
|
|
*.har
|
|
localhost.har
|
|
|
|
# Claude AI
|
|
.claude/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
out/
|
|
sources/
|
|
|
|
# Flutter
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
*.g.dart
|
|
*.freezed.dart
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
secrets/
|
|
credentials/
|
|
|
|
# Documentation (keep locally, not on GitHub)
|
|
docs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Documentation and SQL
|
|
# Remove broad exclusion to allow go-backend files
|
|
# !go-backend/**/*.md
|
|
# !go-backend/**/*.sql
|
|
|
|
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
|
|
localhost.txt
|
|
*.txt.bak
|
|
*.har
|