Edited global .gitignore
This commit is contained in:
parent
446dc3799e
commit
e1b400b586
28
.gitignore
vendored
28
.gitignore
vendored
@ -193,7 +193,17 @@ ClientBin/
|
|||||||
*.dbproj.schemaview
|
*.dbproj.schemaview
|
||||||
*.publishsettings
|
*.publishsettings
|
||||||
node_modules/
|
node_modules/
|
||||||
orleans.codegen.cs
|
/src/Web/WebMVC/wwwroot/lib
|
||||||
|
/src/Web/WebMVC/wwwroot/css/**
|
||||||
|
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/**
|
||||||
|
|
||||||
# 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)
|
||||||
@ -253,22 +263,10 @@ paket-files/
|
|||||||
.idea/
|
.idea/
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
pub/
|
pub/
|
||||||
/src/Web/WebMVC/Properties/PublishProfiles/eShopOnContainersWebMVC2016 - Web Deploy-publish.ps1
|
|
||||||
/src/Web/WebMVC/Properties/PublishProfiles/publish-module.psm1
|
|
||||||
/src/Services/Identity/eShopOnContainers.Identity/Properties/launchSettings.json
|
|
||||||
|
|
||||||
#Ignore marker-file used to know which docker files we have.
|
#Ignore marker-file used to know which docker files we have.
|
||||||
.eshopdocker_*
|
.eshopdocker_*
|
||||||
/src/Web/WebMVC/wwwroot/lib
|
|
||||||
/src/Web/WebMVC/wwwroot/css/**
|
|
||||||
**/.kube/**
|
**/.kube/**
|
||||||
.mfractor
|
.mfractor
|
||||||
src/Web/WebMVC/wwwroot/js/**
|
orleans.codegen.cs
|
||||||
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/**
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user