From 385e893855c6b4e2c53144ed443ec98d48a4c4bc Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Sun, 3 Dec 2023 17:45:14 -0500 Subject: [PATCH] ignore nim stuff --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) 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