From 00b6f66110f015993a46a98e3f7d9ea4d345ffe3 Mon Sep 17 00:00:00 2001 From: pgm-chardelv1 Date: Wed, 14 Jul 2021 16:29:09 +0200 Subject: [PATCH] Edit gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index db50176..8e025b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,14 @@ .~lock.* output/* AspectedRouting.sln.DotSettings + +#Visual Studio Code +.vscode + +# Node Modules +*/node_modules + +.fake +.ionide + +*/.routeExamples \ No newline at end of file