From 6a82329935695ae8a43b28747b18c16e512e60b3 Mon Sep 17 00:00:00 2001 From: StevenTCramer Date: Tue, 15 Mar 2022 15:13:58 +0000 Subject: [PATCH] Ignore js and map files in wwwroot because we will use TypeScript The js and map files will be generated. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b35ac1116..b906bedd4 100644 --- a/.gitignore +++ b/.gitignore @@ -300,3 +300,5 @@ __pycache__/ /Source/BlazorState/wwwroot/blazorstate.js /StatiqDocs/output +/Source/BlazorState/wwwroot/*.js +/Source/BlazorState/wwwroot/*.js.map