change manifestId and added install-state.gz to gitignore

This commit is contained in:
Дмитрий Пиченикин 2026-02-12 11:24:36 +03:00
parent 0916e492c1
commit 16cb9a3d56
2 changed files with 2 additions and 1 deletions

2
server/manifest.go generated
View File

@ -12,7 +12,7 @@ var manifest *model.Manifest
const manifestStr = `
{
"id": "com.mattermost.badges",
"id": "ru.loop.plugin.achievements",
"name": "Badges for Mattermost",
"description": "This plugin add badges support to Mattermost.",
"homepage_url": "https://github.com/larkox/mattermost-plugin-badges",

1
webapp/.gitignore vendored
View File

@ -1,3 +1,4 @@
.eslintcache
junit.xml
node_modules
.yarn/install-state.gz