Files
UEProject/.gitignore
2025-12-15 00:38:38 -07:00

41 lines
451 B
Plaintext

# Unreal Engine auto-generated folders
Binaries/
DerivedDataCache/
Intermediate/
Saved/
# Logs and temporary files
*.log
*.tmp
*.obj
*.pch
*.sln
*.suo
*.xcodeproj
*.xcworkspace
*.VC.db
*.VC.opendb
# Backup and autosave files
*.bak
*.backup
*.autosave
# Build artifacts
*.exe
*.dll
*.app
*.dylib
*.so
# Ignore config backups
Config/*.ini.bak
# Ignore crash reports
Saved/CrashReports/
# Ignore local build data
.vscode/
.idea/
.DS_Store
Thumbs.db