add data dir to gitignore

This commit is contained in:
Sam 2024-08-14 11:46:17 +01:00
parent e1bdecb23f
commit e277e13aec
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.old
.hugo_build.lock
*.json
/data
*__pycache__*