diff --git a/.gitignore b/.gitignore index 28a7b5a..6acba02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ +# generated / downloaded node_modules/ package-lock.json dist/ .next/ -.idea/ \ No newline at end of file +.idea/ + +# runtime files +config.yml +db.sqlite \ No newline at end of file