matrix-double-puppeting-bridge/.gitignore
Kumi 4f13125c4e
feat: Add bridge config template
Introduced a new template for the bridge configuration in the matrix_double_puppeting_bridge project, defining necessary parameters such as homeserver details, appservice information, and external service integration. This template lays the groundwork for customizable bridge deployment. Updated the `.gitignore` to track the default configuration files, ensuring they are version-controlled for template consistency and ease of updates.

This change facilitates the initial setup process for users by providing a clear and structured configuration file template. It is a step towards simplifying the deployment and customization of the bridge, making it more accessible for administrators to integrate their services with the Matrix protocol.
2024-05-20 11:50:49 +02:00

7 lines
No EOL
68 B
Text

.venv/
/config.yaml
/registration.yaml
__pycache__
*.pyc
dist/
venv/