From 8090bf4fdd0ffc3c9bce69b197d89c55fc9bf833 Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Mon, 3 Sep 2018 04:01:34 +0600 Subject: [PATCH] Changed to include/exclude files from git --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c690a758..994e2bc51 100644 --- a/.gitignore +++ b/.gitignore @@ -260,6 +260,15 @@ pub/ #Ignore marker-file used to know which docker files we have. .eshopdocker_* /src/Web/WebMVC/wwwroot/lib -/src/Web/WebMVC/wwwroot/css/site.min.css +/src/Web/WebMVC/wwwroot/css/** **/.kube/** .mfractor +src/Web/WebMVC/wwwroot/js/** +src/Web/WebMVC/wwwroot/lib/** +src/Web/WebSPA/wwwroot/js/** +src/Web/WebSPA/wwwroot/lib/** +src/Services/Identity/Identity.API/wwwroot/js/** +src/Services/Identity/Identity.API/wwwroot/lib/** +src/Web/WebMVC/node_modules/** +src/Web/WebSPA/node_modules/** +src/Services/Identity/Identity.API/node_modules/**