Files
MM/.gitignore
2026-05-02 05:36:16 +08:00

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/