Update .gitignore
This commit is contained in:
parent
d83b2b438e
commit
aef3b56f4b
|
|
@ -51,6 +51,7 @@ bin/*
|
|||
obj/*
|
||||
Release/*
|
||||
Debug/*
|
||||
.vs/*
|
||||
*.cache
|
||||
*.resources
|
||||
*.exe
|
||||
|
|
@ -58,3 +59,4 @@ Debug/*
|
|||
*.txt
|
||||
*.exe.config
|
||||
*.dll
|
||||
*.vhost.exe.manifest
|
||||
Loading…
Reference in New Issue