Files
rupload/.gitignore
T
retoor 42e48271e2 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.
2024-11-26 05:05:24 +00:00

4 lines
47 B
Plaintext

.history
.venv
src/upload/__pycache__
uploads/*