Files
PHY/.gitignore
2026-04-25 23:43:40 +08:00

36 lines
441 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
# OS files
Thumbs.db
Desktop.ini
.DS_Store