Skip to content

Commit 66c8b84

Browse files
authored
Add Map Built Data
Add built data to the gitignore. Includes data about a map for UE4.14 that is generated when the user builds it (surprise! :D). Often gigabytes in size. Definitely don't want it in your repository.
1 parent 160d27e commit 66c8b84

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
@@ -56,6 +56,9 @@ Build/*
5656
# Don't ignore icon files in Build
5757
!Build/**/*.ico
5858

59+
# Built data for maps
60+
*_BuiltData.uasset
61+
5962
# Configuration files generated by the Editor
6063
Saved/*
6164

0 commit comments

Comments
 (0)