Fix gitignore
All checks were successful
deployment / deployment (push) Successful in 18s

Goal is to not have the contents of /data/ inside the git workflow
This commit is contained in:
snoopy 2024-04-30 20:19:15 +02:00
parent c25188611e
commit b41f74bf7b

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
/inventory.sqlite3 /data/*
*.pyc *.pyc