From 4e586099a73f8b7fef19eeec84eac957cbff7126 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 9 Dec 2022 21:46:59 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5698de6..4bca52d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # do not track installed modules -/node_modules +node_modules/ +.vscode/ # do not track built files -/.next +.next/ *.tsbuildinfo next-env.d.ts @@ -13,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