add toml config file to gitignore

This commit is contained in:
Neshura 2023-09-18 20:25:31 +02:00
parent 9d99bc32ee
commit a12bca1f38
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
/secrets.json /secrets.json
/config.json /config.json
/config.toml
/posts.json /posts.json
/.vscode /.vscode
/.idea /.idea