mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Rework some of PR24647 * Store MM_LICENSE to .env.server file * Remove legacy network setup * Fixes, generate docker-compose and env files in one place * Simplify templating mechanism for server.yml * Fix race condition for dashboard start * Fix websockets for local debugging * Fix: make webhook-interaction work again * Simplify and fix dashboard&cloud configuration, formatting fix --------- Co-authored-by: Mattermost Build <build@mattermost.com>
12 lines
88 B
Plaintext
12 lines
88 B
Plaintext
# env, cert, key, license
|
|
.env*
|
|
*.crt
|
|
*.key
|
|
*.license
|
|
|
|
# Plugin
|
|
*.tar.gz
|
|
|
|
# node
|
|
*.lock
|