Files
questshock/.gitignore
T
2026-07-20 09:45:08 +02:00

32 lines
838 B
Plaintext

# Game assets are not included in the repo
/res/assets/setup_system_shock_enhanced*
/res/assets/ss_ee/
# Build output
/dist/
/build/
# Engine build artifacts (engine/ is committed as a source snapshot; these
# are generated by run-image.sh / build-image/build-engine.sh)
/engine/build_ext/
/engine/.build-output/
/engine/CMakeCache.txt
/engine/CMakeFiles/
/engine/cmake_install.cmake
/engine/Makefile
/engine/systemshock
/engine/src/Libraries/CMakeFiles/
# Android build artifacts (generated by build-image/build-apk.sh - see
# android/engine-patches/ for why engine/ itself is never touched)
/android/engine.properties
/android/app/src/main/assets/
/android/app/src/main/jniLibs/
/android/app/build/
/android/.gradle/
/android/app/.cxx/
/android/local.properties
# Local registry credentials (see registry.env.example)
/registry.env