Browse Source

Edited global .gitignore

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

+ 13
- 15
.gitignore View File

@ -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/**
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/**
orleans.codegen.cs

Loading…
Cancel
Save