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

This commit is contained in:
Lukáš Kucharczyk 2024-01-15 22:09:26 +01:00
parent 4b75a1dea9
commit 4670568acb
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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