Files
git 9cb257e7ae Add GameClients drops and keep current 1602 source work.
CN1602 is the local client. KR is the official tree with unpacked Data, System, and Sound. Packed .wpk files stay off git.
2026-08-30 23:24:31 +03:00

31 lines
468 B
Plaintext

# .gitignore
# 首先忽略所有的文件
*
# 但是不忽略目录
!*/
# 忽略一些指定的目录名
ut/
# 不忽略下面指定的文件类型
!*.c++
!*.cc
!*.cp
!*.cpp
!*.cxx
!*.h
!*.lib
!*.h++
!*.hh
!*.hp
!*.hpp
!*.hxx
!*.C
!*.H
!*.c
# Full client drops under GameClients (CN 1602 + KR unpacked Data/System)
!GameClients/
!GameClients/**/
!GameClients/**/*
# Packed archives stay off git (too large). Use unpacked Data/System/Sound.
*.wpk
GameClients/**/*.wpk