Browse Source

Edited global .gitignore

pull/740/head
rafsanulhasan 6 years ago
parent
commit
8298fb47ec
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      .gitignore

+ 6
- 4
.gitignore View File

@ -193,14 +193,16 @@ ClientBin/
*.dbproj.schemaview *.dbproj.schemaview
*.publishsettings *.publishsettings
node_modules/ node_modules/
/src/Web/WebMVC/wwwroot/lib
/src/Web/WebMVC/wwwroot/css/**
src/Web/WebMVC/wwwroot/js/** src/Web/WebMVC/wwwroot/js/**
src/Web/WebSPA/wwwroot/js/**/**
/src/Web/WebMVC/wwwroot/lib
src/Web/WebMVC/wwwroot/lib/** src/Web/WebMVC/wwwroot/lib/**
src/Web/WebSPA/wwwroot/js/**
src/Web/WebSPA/wwwroot/lib/**
/src/Web/WebMVC/wwwroot/lib/**/**
/src/Web/WebMVC/wwwroot/css/**
src/Services/Identity/Identity.API/wwwroot/js/** src/Services/Identity/Identity.API/wwwroot/js/**
src/Services/Identity/Identity.API/wwwroot/js/**/**
src/Services/Identity/Identity.API/wwwroot/lib/** src/Services/Identity/Identity.API/wwwroot/lib/**
src/Services/Identity/Identity.API/wwwroot/lib/**/**
src/Web/WebMVC/node_modules/** src/Web/WebMVC/node_modules/**
src/Web/WebSPA/node_modules/** src/Web/WebSPA/node_modules/**
src/Services/Identity/Identity.API/node_modules/** src/Services/Identity/Identity.API/node_modules/**


Loading…
Cancel
Save