31 lines
278 B
Plaintext
31 lines
278 B
Plaintext
# Unreal Engine
|
|
Intermediate/
|
|
Binaries/
|
|
DerivedDataCache/
|
|
Saved/Logs/
|
|
Build/
|
|
*.VC.db
|
|
*.VC.opendb
|
|
*.sln
|
|
*.suo
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# IDE
|
|
.vs/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Compiled
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Doxygen output (generated, not committed)
|
|
Docs/html/
|