From 16cb9a3d56b6984c6a29cdb89e6ab14eec390da4 Mon Sep 17 00:00:00 2001 From: "dmitrii.pichenikin" Date: Thu, 12 Feb 2026 11:24:36 +0300 Subject: [PATCH] change manifestId and added install-state.gz to gitignore --- server/manifest.go | 2 +- webapp/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/manifest.go b/server/manifest.go index 7fe3a3f..eb28dc3 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -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", diff --git a/webapp/.gitignore b/webapp/.gitignore index 55c64cd..9eb58bd 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -1,3 +1,4 @@ .eslintcache junit.xml node_modules +.yarn/install-state.gz