timetracker/.gitignore
Lukáš Kucharczyk 4670568acb
All checks were successful
Django CI/CD / test (push) Successful in 1m4s
Django CI/CD / build-and-push (push) Successful in 1m34s
Add .DS_Store to .gitignore
2024-01-15 22:09:29 +01:00

11 lines
112 B
Plaintext

__pycache__
.mypy_cache
.pytest_cache
.venv/
node_modules
package-lock.json
db.sqlite3
/static/
dist/
.DS_Store