mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-26 02:22:15 +00:00
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
recursive-include meshchatx/public *
|
|
recursive-exclude meshchatx/public/repository-server-bundled *
|
|
recursive-include meshchatx/src/backend *
|
|
include meshchatx/src/version.py
|
|
include meshchatx/src/__init__.py
|
|
include meshchatx/meshchat.py
|
|
include meshchatx/__init__.py
|
|
|
|
exclude meshchatx/src/frontend
|
|
recursive-exclude meshchatx/src/frontend *
|
|
recursive-exclude * __pycache__
|
|
recursive-exclude * *.py[co]
|
|
|