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:
+2
-1
@@ -1,3 +1,4 @@
|
||||
.history
|
||||
.venv
|
||||
src/upload/__pycache__
|
||||
src/upload/__pycache__
|
||||
uploads/*
|
||||
Reference in New Issue
Block a user