Skip to content

Commit 526bf54

Browse files
committed
Added Visual Studio 2015 .vs folder
Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked.
1 parent e6b619c commit 526bf54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UnrealEngine.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Visual Studio 2015 user specific files
2+
.vs/
3+
14
# Compiled Object files
25
*.slo
36
*.lo
@@ -57,3 +60,5 @@ Intermediate/*
5760

5861
# Cache files for the editor to use
5962
DerivedDataCache/*
63+
64+

0 commit comments

Comments
 (0)