diff --git a/.gitignore b/.gitignore index 9f2ce95..7eb8ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# ---> Nim +nimcache/ +nimblecache/ +htmldocs/ + # ---> Node # Logs logs @@ -135,3 +140,6 @@ config.json # matrix bot storage storage.json + +# compiled nim output +index.js \ No newline at end of file