Edited global .gitignore
This commit is contained in:
parent
3f759c5160
commit
9c696548bb
6
.gitignore
vendored
6
.gitignore
vendored
@ -185,6 +185,10 @@ _pkginfo.txt
|
|||||||
# but keep track of directories ending in .cache
|
# but keep track of directories ending in .cache
|
||||||
!*.[Cc]ache/
|
!*.[Cc]ache/
|
||||||
|
|
||||||
|
#Node.js
|
||||||
|
src/Web/WebSPA/node_modules/**
|
||||||
|
src/Services/Identity/Identity.API/node_modules/**
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
ClientBin/
|
ClientBin/
|
||||||
~$*
|
~$*
|
||||||
@ -205,8 +209,6 @@ 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/**/**
|
src/Services/Identity/Identity.API/wwwroot/lib/**/**
|
||||||
src/Web/WebMVC/node_modules/**
|
src/Web/WebMVC/node_modules/**
|
||||||
src/Web/WebSPA/node_modules/**
|
|
||||||
src/Services/Identity/Identity.API/node_modules/**
|
|
||||||
|
|
||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user