Поправил gitignore
This commit is contained in:
parent
40db980306
commit
946e30fcd5
16
.gitignore
vendored
16
.gitignore
vendored
@ -360,4 +360,18 @@ MigrationBackup/
|
|||||||
.ionide/
|
.ionide/
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
#Ignore thumbnails created by Windows
|
||||||
|
Thumbs.db
|
||||||
|
#Ignore files built by Visual Studio
|
||||||
|
*.exe
|
||||||
|
*.bak
|
||||||
|
*.cache
|
||||||
|
[Bb]in
|
||||||
|
[Dd]ebug*/
|
||||||
|
*.lib
|
||||||
|
obj/
|
||||||
|
[Rr]elease*/
|
||||||
|
[Tt]est[Rr]esult*
|
||||||
|
#Nuget packages folder
|
||||||
|
packages/
|
||||||
|
Loading…
Reference in New Issue
Block a user