Browse Source

Edited global .gitignore

pull/740/head
rafsanulhasan 6 years ago
committed by Rafsanul Hasan
parent
commit
7a5da5116c
No known key found for this signature in database GPG Key ID: FC57FD2D87BE60DD
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .gitignore

+ 2
- 2
.gitignore View File

@ -201,9 +201,9 @@ node_modules/
/src/Web/WebMVC/wwwroot/js/** /src/Web/WebMVC/wwwroot/js/**
/src/Web/WebSPA/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/lib/**
/src/Web/WebMVC/wwwroot/lib/**/** /src/Web/WebMVC/wwwroot/lib/**/**
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/js/**/**
src/Services/Identity/Identity.API/wwwroot/lib src/Services/Identity/Identity.API/wwwroot/lib
src/Services/Identity/Identity.API/wwwroot/lib/** src/Services/Identity/Identity.API/wwwroot/lib/**


Loading…
Cancel
Save