24 lines
484 B
Plaintext
24 lines
484 B
Plaintext
# Godot 4+ specific ignores
|
|
.godot/
|
|
/android/
|
|
|
|
# WoW client (большой, не коммитим)
|
|
/sources/
|
|
|
|
# Распакованные MPQ-файлы
|
|
/extracted/
|
|
|
|
# Offline-baked terrain cache
|
|
/cache/baked_terrain*/
|
|
|
|
# Offline M2 model cache
|
|
/cache/m2_glb/
|
|
|
|
# Скомпилированные GDExtension библиотеки
|
|
/addons/mpq_extractor/bin/*.dll
|
|
/addons/mpq_extractor/bin/*.so
|
|
/addons/mpq_extractor/bin/*.dylib
|
|
|
|
# CMake build директория
|
|
/gdextension/build/
|