mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-29 02:28:16 +08:00
15 lines
111 B
Plaintext
15 lines
111 B
Plaintext
# env, cert, key, license
|
|
.env*
|
|
*.crt
|
|
*.key
|
|
*.license
|
|
|
|
# Plugin
|
|
*.tar.gz
|
|
|
|
# node
|
|
*.lock
|
|
|
|
# build
|
|
*.tsbuildinfo
|