From 17872b4e1a2499abe24547e189715c905004c805 Mon Sep 17 00:00:00 2001 From: Peery Date: Fri, 23 Sep 2022 03:01:02 +0200 Subject: [PATCH] Added dist/ and .vscode/ to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1cdff26..b4a5549 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# IDE configs +.vscode/ + # Sensitive files .credentials.json # JS files and folders node_modules/ + +# Build folders +dist/