更新文件:忽略文件增加wwwroot/lib文件夹
This commit is contained in:
parent
4174fdf0b0
commit
07489ec0bc
|
@ -7,6 +7,7 @@
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
|
*.rsuser
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.userosscache
|
*.userosscache
|
||||||
|
@ -79,6 +80,7 @@ StyleCopReport.xml
|
||||||
*.tlh
|
*.tlh
|
||||||
*.tmp
|
*.tmp
|
||||||
*.tmp_proj
|
*.tmp_proj
|
||||||
|
*_wpftmp.csproj
|
||||||
*.log
|
*.log
|
||||||
*.vspscc
|
*.vspscc
|
||||||
*.vssscc
|
*.vssscc
|
||||||
|
@ -293,8 +295,8 @@ paket-files/
|
||||||
.idea/
|
.idea/
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
# CodeRush
|
# CodeRush personal settings
|
||||||
.cr/
|
.cr/personal
|
||||||
|
|
||||||
# Python Tools for Visual Studio (PTVS)
|
# Python Tools for Visual Studio (PTVS)
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -332,8 +334,8 @@ ASALocalRun/
|
||||||
.mfractor/
|
.mfractor/
|
||||||
|
|
||||||
# Local History for Visual Studio
|
# Local History for Visual Studio
|
||||||
.localhistory/
|
.localhistory/
|
||||||
|
|
||||||
# MAC Files
|
# MAC Files
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
|
@ -342,5 +344,7 @@ ASALocalRun/
|
||||||
|
|
||||||
# Net Core Keys
|
# Net Core Keys
|
||||||
[Kk]eys/
|
[Kk]eys/
|
||||||
|
lib/
|
||||||
|
|
||||||
|
###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######
|
||||||
|
|
||||||
###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######
|
|
Loading…
Reference in New Issue