Add .DS_Store to .gitignore
All checks were successful
Django CI/CD / test (push) Successful in 1m4s
Django CI/CD / build-and-push (push) Successful in 1m34s

This commit is contained in:
2024-01-15 22:09:26 +01:00
parent 4b75a1dea9
commit 4670568acb

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ package-lock.json
db.sqlite3
/static/
dist/
.DS_Store