Skip to content

Commit b974265

Browse files
authored
ignore *.VC.db files
In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
1 parent 7751c25 commit b974265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnrealEngine.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
*.suo
3838
*.opensdf
3939
*.sdf
40+
*.VC.db
4041
*.VC.opendb
4142

4243
# Precompiled Assets

0 commit comments

Comments
 (0)