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