mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 03:06:55 +00:00
15 lines
419 B
Plaintext
15 lines
419 B
Plaintext
graft vendor
|
|
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]
|
|
|