diff --git a/.gitignore b/.gitignore index f9258ad..7b110f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,63 @@ # Environment variables +.env +.env.* +!.env.example *.env -.env.local -.env.*.local +*.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 +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/* +!.vscode/extensions.json +!.vscode/launch.json +!.vscode/tasks.json .idea/ *.swp *.swo *~ +*.iml +*.iws +*.ipr # Large build artifacts and debug files *.zip @@ -28,16 +69,13 @@ Thumbs.db *.db *.sqlite *.sqlite3 +*.iso -# HAR files +# HAR files & Logs *.har localhost.har - -# Claude AI -.claude/ - -# Logs -logs +localhost.txt +logs/ *.log npm-debug.log* yarn-debug.log* @@ -47,47 +85,39 @@ yarn-error.log* 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/ -sources/ +bin/ +obj/ +release/ +debug/ -# Flutter +# Flutter specific .dart_tool/ .flutter-plugins .flutter-plugins-dependencies .packages .pub-cache/ .pub/ -build/ +/build/ +/sojorn_app/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 - +# Project Specific Exclusions logo.ai sojorn_app/analysis_results_final.txt go-backend/.env @@ -100,6 +130,26 @@ go-backend/verify* go-backend/migrate* go-backend/fixdb* go-backend/api.exe -localhost.txt +temp_server.env *.txt.bak -*.har + +# 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 + diff --git a/temp_server.env b/temp_server.env deleted file mode 100644 index 461809b..0000000 --- a/temp_server.env +++ /dev/null @@ -1,18 +0,0 @@ -PORT=8080 -ENV=development -LOG_LEVEL=debug -DATABASE_URL=postgres://postgres:A24Zr7AEoch4eO0N@localhost:5432/sojorn?sslmode=disable -JWT_SECRET=your-jwt-secret-here -CORS_ORIGINS=* -RATE_LIMIT_RPS=100 -R2_ACCOUNT_ID=7041ca6e0f40307190dc2e65e2fb5e0f -R2_PUBLIC_BASE_URL=http://api.gosojorn.com:8080/uploads -R2_IMG_DOMAIN=img.gosojorn.com -R2_VID_DOMAIN=quips.gosojorn.com -R2_API_TOKEN=oR7Vk0Realtx0D6SAGMuYA8pXopSoCYKv8t3JEuk -SMTP_HOST=smtp-pulse.com -SMTP_PORT=587 -SMTP_USER=patrickbritton3@gmail.com -SMTP_PASS=8s4jQBnAFTCXPNM -SENDPULSE_ID=584394b6777c4cea5ad02630d85df9c4 -SENDPULSE_SECRET=2c1cfb9f9d1f4dd660cd7f4a1608cec1