44 lines
530 B
Plaintext
44 lines
530 B
Plaintext
# UE5 Project .gitignore
|
|
|
|
# Build artifacts (rebuilt locally)
|
|
Binaries/
|
|
Intermediate/
|
|
DerivedDataCache/
|
|
Build/
|
|
|
|
# Saved data (user-specific, logs, autosaves)
|
|
Saved/
|
|
|
|
# Plugin binaries (rebuilt per machine)
|
|
Plugins/**/Binaries/
|
|
Plugins/**/Intermediate/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.sln
|
|
*.suo
|
|
*.sdf
|
|
*.VC.db
|
|
*.VC.opendb
|
|
|
|
# JetBrains Rider
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Cooked content (generated)
|
|
**/Cooked/
|
|
|
|
# Starter content (if using)
|
|
**/StarterContent/
|
|
repomix-output.txt
|