gitignore: ignore generated runtime files

This commit is contained in:
server
2026-04-14 06:41:16 +02:00
parent 3965c828eb
commit 2f107f81ba

10
.gitignore vendored
View File

@@ -1,7 +1,11 @@
channels channels/
pids.json pids.json
share/locale/english/quest/object __pycache__/
share/locale/english/quest/pre_qc *.pyc
share/package/
share/locale/*/quest/qc
share/locale/*/quest/object/
share/locale/*/quest/pre_qc/
# ======================================================= # =======================================================
# FULLY CASE-INSENSITIVE BACKUP EXCLUSIONS # FULLY CASE-INSENSITIVE BACKUP EXCLUSIONS