From 9d7124ba4d6cae7f79922e3984e92a658e97b710 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Mon, 18 Feb 2019 22:44:15 +0000 Subject: [PATCH] Exclude generated files in solution .gtignore --- .gitignore | 4 ++++ src/Web/WebMVC/.gitignore | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 src/Web/WebMVC/.gitignore diff --git a/.gitignore b/.gitignore index 6bc27551d..69800e3b7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,10 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ + +# .js files created on build: +src/Web/WebMVC/wwwroot/js/site* + # Uncomment if you have tasks that create the project's static files in wwwroot **/wwwroot/lib/ !/wwwroot/lib/signalr diff --git a/src/Web/WebMVC/.gitignore b/src/Web/WebMVC/.gitignore deleted file mode 100644 index 271953e2f..000000000 --- a/src/Web/WebMVC/.gitignore +++ /dev/null @@ -1 +0,0 @@ -wwwroot/js/site*