Explorar el Código

add the *.VC.db to unreal engine ignore

as of visual studio 2015 update 2 this file stores the intellisense database.
this file is typically huge and shouldn't be included in a repository.
pull/2168/head
Calem Bendell hace 7 años
padre
commit
548fb984f7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      UnrealEngine.gitignore

+ 3
- 0
UnrealEngine.gitignore Ver fichero

@@ -1,6 +1,9 @@
# Visual Studio 2015 user specific files
.vs/

# Visual Studio 2015 database file
*.VC.db

# Compiled Object files
*.slo
*.lo

Cargando…
Cancelar
Guardar