Commit 66c8b842 authored by Calem Bendell's avatar Calem Bendell Committed by GitHub

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.
parent 160d27e2
......@@ -56,6 +56,9 @@ Build/*
# Don't ignore icon files in Build
!Build/**/*.ico
# Built data for maps
*_BuiltData.uasset
# Configuration files generated by the Editor
Saved/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment