FreeKill/.gitignore
notify 196e92f5d3
Some checks are pending
Check Whitespace and New Line / check (push) Waiting to run
Deploy Doxygen to Pages / build (push) Waiting to run
Deploy Doxygen to Pages / deploy (push) Blocked by required conditions
Fixbug (#399)
* lua端的ob属性根本没同步,同步一下
* [需要C++] 让requestTimer的超时影响到Lua
* 修复windows没图标
* qmllint; remove modmaker
* 修理了选卡器
* 修理了确定取消消失
* 删除了已经不用的autoPending和respond_play
* 修复异常烧条(或许吧)
* 修复负数烧条时间,若为负数则无事发生
2024-10-24 16:41:06 +08:00

57 lines
680 B
Plaintext

# Compile output
/build/
/docs/build
/docs/.venv
/*.o
/zh_CN.qm
/en_US.qm
/fk_ver
# IDE & LSP
/.kdev4/
/.vscode/
/*.user
*-swp
/*.kdev4
/.cache/
/tags
/.luarc.json
/.qmllint.ini
# file produced by game
/FreeKill
/FreeKill.exe
/mymod
/recording
freekill-wrap.cxx
/server/users.db
/server/rsa
/server/rsa_pub
/freekill.client.config.json
/freekill.server.config.json
/freekill.server.error.log
/freekill.server.info.log
/flist.txt
/server-list.json
# windeployqt
/bearer/
/iconengines/
/imageformats/
/platforms/
/Qt/
/QtGraphicalEffects/
/QtQuick/
/QtQuick.2/
/Qt5Compat/
/QtQml/
/QtMultimedia/
/multimedia/
/qmltooling/
/sqldrivers/
/styles/
/tls/
/translations/
/*.dll
/*.bat