Source, config, and docs only — UE template assets stay local to save storage. Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
391 B
Plaintext
31 lines
391 B
Plaintext
# Unreal Engine
|
|
Binaries/
|
|
DerivedDataCache/
|
|
Intermediate/
|
|
Saved/
|
|
Build/
|
|
*.sln
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
.vs/
|
|
.vscode/
|
|
*.VC.db
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
|
|
# Epic template content (keep local, do not push — saves LFS/bandwidth)
|
|
Content/*
|
|
!Content/VocationLife/
|
|
Content/VocationLife/**/*.uasset
|
|
Content/VocationLife/**/*.umap
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Crash reports
|
|
*.log
|