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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -35,3 +35,5 @@ management-dashboard-web-app/users.txt
|
|||||||
|
|
||||||
# Jupyter Notebooks
|
# Jupyter Notebooks
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
management-dashboard-web-app/supabase/.temp/cli-latest
|
||||||
|
supabase/.temp/cli-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user