Browse Source

Edited global .gitignore

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

+ 1
- 1
.gitignore View File

@ -193,12 +193,12 @@ ClientBin/
*.dbproj.schemaview
*.publishsettings
node_modules/
/src/Web/WebMVC/wwwroot/css/**
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/WebMVC/wwwroot/css/**
src/Services/Identity/Identity.API/wwwroot/js/**
src/Services/Identity/Identity.API/wwwroot/js/**/**
src/Services/Identity/Identity.API/wwwroot/lib/**


Loading…
Cancel
Save