Add .dotnet to .gitignore
This commit is contained in:
parent
5822b4ad0a
commit
2c65c57324
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -96,10 +96,10 @@ TestResult.xml
|
|||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
# Build artifacts
|
||||
artifacts/
|
||||
bin/
|
||||
.dotnet/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
|
@ -309,3 +309,4 @@ launchSettings.json
|
|||
!TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/TestLibrary.xproj.user
|
||||
!TestAssets/TestProjects/TestAppWithLibrary/TestApp/TestApp.xproj.user
|
||||
!TestAssets/TestProjects/PJTestAppSimple/PJTestAppSimple.xproj.user
|
||||
|
||||
|
|
Loading…
Reference in a new issue