From: Tan Kian-ting Date: Mon, 4 Sep 2023 13:44:30 +0000 (+0800) Subject: fix gitignore X-Git-Url: https://git.kianting.info/?a=commitdiff_plain;ds=sidebyside;h=fa88a97f43a4ee7084fd7ead8b506e8dd4c99323;p=uann fix gitignore --- diff --git a/.gitignore b/.gitignore index f8d709f..39b9fec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -src/*.js \ No newline at end of file +/src/*.js +/tests/*.js \ No newline at end of file