mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
14 lines
111 B
Text
14 lines
111 B
Text
# env, cert, key, license
|
|
.env*
|
|
*.crt
|
|
*.key
|
|
*.license
|
|
|
|
# Plugin
|
|
*.tar.gz
|
|
|
|
# node
|
|
*.lock
|
|
|
|
# build
|
|
*.tsbuildinfo
|