chore: add uploads directory wildcard to .gitignore for exclusion

The diff adds a new line `uploads/*` to the `.gitignore` file, ensuring all contents within the `uploads` directory are excluded from version control.
This commit is contained in:
2024-11-26 05:05:24 +00:00
parent ab5d3d6333
commit 42e48271e2
+2 -1
View File
@@ -1,3 +1,4 @@
.history
.venv
src/upload/__pycache__
src/upload/__pycache__
uploads/*