FreeKill/.gitignore
notify 0325c73443
Some checks are pending
Check Whitespace and New Line / check (push) Waiting to run
Deploy Sphinx documentation to Pages / pages (push) Waiting to run
Serverlist (#360)
## 服务器列表

- 重制了之前的加入服务器与保存密码的页面,以及功能
- 密码在本地以明文保存
- 根据游戏目录中的server-list.json读取公共服务器列表,还没做自动更新
- 可能有不少bug
2024-07-03 01:31:22 +08:00

56 lines
666 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
# 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