From 29f1d95bafa779fe45c4d3c2a8d9940413dbad3c Mon Sep 17 00:00:00 2001 From: Tony Casey Date: Mon, 18 Aug 2025 20:34:58 +0100 Subject: [PATCH] Update .gitignore and README for production improvements - Add new entries to .gitignore: `.tmp/`, `.claude/`, backup test files, and ESLint temporary files - Update README live URLs to use production domains (`nasa.tonycasey.dev`) - Move `test-fixes-todo.md` to `.tmp` directory for better organization --- .gitignore | 6 +++++- {docs => .tmp}/test-fixes-todo.md | 0 README.md | 6 ++---- 3 files changed, 7 insertions(+), 5 deletions(-) rename {docs => .tmp}/test-fixes-todo.md (100%) diff --git a/.gitignore b/.gitignore index 4313fab..4b5729c 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,8 @@ dist dump.rdb playwright-report/ -test-results/ \ No newline at end of file +test-results/ +.tmp/ +.claude/ +/@.tmp/eslint-basic.json +/frontend/src/components/RoverFilters.test.tsx.backup diff --git a/docs/test-fixes-todo.md b/.tmp/test-fixes-todo.md similarity index 100% rename from docs/test-fixes-todo.md rename to .tmp/test-fixes-todo.md diff --git a/README.md b/README.md index abbebf7..b6f357e 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,5 @@ This project is built for educational purposes as part of the Bounce Insights co - ✅ **Production Deployment** - All changes live on Vercel and Heroku **Live URLs:** -- Frontend: https://frontend-3ulvugqi6-tonys-projects-e30b27a9.vercel.app -- Backend: https://nasa-explorer-2347800d91dd.herokuapp.com/ - -For detailed change log, see: [UI_IMPROVEMENTS_LOG.md](docs/UI_IMPROVEMENTS_LOG.md) \ No newline at end of file +- Frontend: https://nasa.tonycasey.dev/ +- Backend: https://nasa-server.tonycasey.dev/