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