Skip to content

Commit 548fb98

Browse files
authored
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.
1 parent 0f88fa7 commit 548fb98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnrealEngine.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Visual Studio 2015 user specific files
22
.vs/
33

4+
# Visual Studio 2015 database file
5+
*.VC.db
6+
47
# Compiled Object files
58
*.slo
69
*.lo

0 commit comments

Comments
 (0)