Update .gitignore to exclude Supabase CLI temporary files

- Added entries to ignore the Supabase CLI temporary files located in management-dashboard-web-app/supabase/.temp/cli-latest and supabase/.temp/cli-latest, preventing unnecessary clutter in version control.
This commit is contained in:
salirezav
2026-02-02 11:30:43 -05:00
parent df6c849ca4
commit 309659c65d

2
.gitignore vendored
View File

@@ -35,3 +35,5 @@ management-dashboard-web-app/users.txt
# Jupyter Notebooks
*.ipynb
management-dashboard-web-app/supabase/.temp/cli-latest
supabase/.temp/cli-latest