Files
Commonwealth-Online-Public/.gitignore
T
andrew c3f5afe7f6 Consolidate shared UI assets
Move common logo and controller glyphs into `ui/views/CommonwealthOnline/shared/` and update the pause menu, main menu, and browser glyph loader to use the shared paths. Also add a sync script and update deploy/staging scripts to copy controller icons once into the shared folder.
2026-07-05 22:46:38 +12:00

63 lines
697 B
Plaintext

# Build outputs
build/
bin/
obj/
out/
dist/
*.dll
*.exe
*.pdb
*.lib
*.exp
*.ilk
# Visual Studio
.vs/
*.sln.docstates
*.user
*.vcxproj.user
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
# XMake
.xmake/
# Python
__pycache__/
*.pyc
.venv/
venv/
# Logs
*.log
logs/
# Local machine Fallout 4 install path (written by resolve-fallout4-path.bat)
.fallout4-path
# Controller icons copied from ui/Icons by sync-shared-assets.bat / deploy-ui.bat
ui/views/CommonwealthOnline/shared/icons/
# Fallout 4 files
Fallout4.exe
Fallout4Launcher.exe
*.ba2
*.bsa
*.esm
# Mod manager files
modlist.txt
loadorder.txt
plugins.txt
# Creation Kit temporary files
*.tes
*.bak
# Releases
releases/
_deps/