Add .json files to git-ignore (prevent data leaks and conflicts)

This commit is contained in:
Neshura 2023-06-19 00:25:29 +02:00
parent 2b6a5cd85f
commit c1eba780d1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

8
.gitignore vendored
View file

@ -1,2 +1,8 @@
/venv/
/secrets.json
/config.json
/posts.json
/.vscode
# Added by cargo
/target