Преглед на файлове

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.
Calem Bendell преди 8 години
родител
ревизия
548fb984f7
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      UnrealEngine.gitignore

+ 3 - 0
UnrealEngine.gitignore

@@ -1,6 +1,9 @@
 # Visual Studio 2015 user specific files
 .vs/
 
+# Visual Studio 2015 database file
+*.VC.db
+
 # Compiled Object files
 *.slo
 *.lo