Changed to include/exclude files from git

This commit is contained in:
rafsanulhasan 2018-09-03 04:01:34 +06:00
parent 0296735cb9
commit 8090bf4fdd

11
.gitignore vendored
View File

@ -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/**