chore: add tests directory to .gitignore

This commit is contained in:
JakkrapartXD 2026-02-06 12:59:34 +07:00
parent ff63567e86
commit ab9e948fd1

2
Backend/.gitignore vendored
View file

@ -34,3 +34,5 @@ src/routes/routes.ts
# Uploads (if storing locally) # Uploads (if storing locally)
uploads/ uploads/
temp/ temp/
tests