chore: Update .gitignore to ignore the contents of the "data" directory

This commit is contained in:
2024-07-12 18:09:16 +02:00
parent 364988ef8a
commit 9f5ab30af4

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
venv/ venv/
# ignore all settings.json files # ignore the contents of the directory data
**/settings.json data/*