Kelsidavis-WoWee/.gitignore
Kelsi 22fa771d00 Fix CI failures: add vk-bootstrap submodule and fix MSYS2 stormlib
- Add vk-bootstrap as a git submodule (was in extern/ but not tracked,
  causing "vk-bootstrap not found" on all CI jobs)
- Whitelist extern/vk-bootstrap in .gitignore
- Move stormlib to a separate optional install step on both Windows CI
  jobs (mingw-w64-x86_64-stormlib doesn't exist in MSYS2 repos)
2026-02-23 18:45:39 -08:00

93 lines
1.1 KiB
Text

# Build directories
build/
build-sanitize/
bin/
lib/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
# Compiled Object files
*.o
*.obj
*.slo
*.lo
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
*.la
# Executables
*.exe
*.out
*.app
wowee
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# External dependencies (except submodules)
extern/*
!extern/.gitkeep
!extern/imgui
!extern/vk-bootstrap
# ImGui state
imgui.ini
# Logs
*.log
# Config files
config.ini
config.json
# Runtime cache (floor heights, etc.)
cache/
# Single-player saves
saves/
wowee_[0-9][0-9][0-9][0-9]
# Extracted assets (run ./extract_assets.sh or .\extract_assets.ps1 to generate)
Data/db/
Data/character/
Data/creature/
Data/terrain/
Data/world/
Data/interface/
Data/item/
Data/sound/
Data/spell/
Data/environment/
Data/misc/
Data/enUS/
Data/Character/
Data/Creature/
Data/World/
Data/manifest.json
Data/expansions/*/manifest.json
Data/expansions/*/assets/
Data/expansions/*/overlay/
Data/hd/
ingest/
# Local texture dumps / extracted art should never be committed
assets/textures/
node_modules/