FreeKill/.gitignore
Lãng Khách 54aa8ca238
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
Vietnamese translation (#418)
Add Vietnamese translation for core and standare package
2024-11-15 15:13:39 +08:00

58 lines
690 B
Plaintext

# Compile output
/build/
/docs/build
/docs/.venv
/*.o
/zh_CN.qm
/en_US.qm
/vi_VN.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