40 lines
517 B
Plaintext
40 lines
517 B
Plaintext
# Unreal build output
|
|
Binaries/
|
|
DerivedDataCache/
|
|
Intermediate/
|
|
Saved/
|
|
|
|
# Project content policy: only track Content/AGame and its children.
|
|
Content/*
|
|
!Content/AGame/
|
|
!Content/AGame/**
|
|
|
|
# Visual Studio and Rider
|
|
.vs/
|
|
.idea/
|
|
*.sln.DotSettings.user
|
|
*.VC.db
|
|
*.VC.opendb
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.rsuser
|
|
|
|
# Unreal local files
|
|
*.tmp
|
|
*.log
|
|
*.pid
|
|
*.sublime-workspace
|
|
*.code-workspace
|
|
|
|
# Local MCP bridge plugin
|
|
Plugins/UEBridgeMCP-main/
|
|
Plugins/UE_MCP_Bridge/
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|