From ce48d6ec6976788c9721ce43624c6b6ff5c0c1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Sat, 23 Apr 2022 17:10:36 +0200 Subject: [PATCH] Update gitignore file to that in the repo template. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 346bfcc..0d410d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ .vs/ +.idea/ +.vscode/ obj/ bin/ artifacts/ +wwwroot/ node_modules/ *.user .pnpm-debug.log