From fd298c90d19446e73909a409fdb0e49c3c356a0f Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 17 Dec 2022 21:29:39 +0100 Subject: [PATCH] Changed .gitignore --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4bca52d..67d0346 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # do not track installed modules -node_modules/ -.vscode/ +/node_modules/ +/.vscode/ # do not track built files -.next/ +/.next/ *.tsbuildinfo next-env.d.ts @@ -14,6 +14,6 @@ yarn-error.log* .pnpm-debug.log* # production -build/ -data/ -confs/ \ No newline at end of file +/build/ +/data/ +/confs/ \ No newline at end of file