change manifestId and added install-state.gz to gitignore
This commit is contained in:
parent
0916e492c1
commit
16cb9a3d56
2
server/manifest.go
generated
2
server/manifest.go
generated
@ -12,7 +12,7 @@ var manifest *model.Manifest
|
|||||||
|
|
||||||
const manifestStr = `
|
const manifestStr = `
|
||||||
{
|
{
|
||||||
"id": "com.mattermost.badges",
|
"id": "ru.loop.plugin.achievements",
|
||||||
"name": "Badges for Mattermost",
|
"name": "Badges for Mattermost",
|
||||||
"description": "This plugin add badges support to Mattermost.",
|
"description": "This plugin add badges support to Mattermost.",
|
||||||
"homepage_url": "https://github.com/larkox/mattermost-plugin-badges",
|
"homepage_url": "https://github.com/larkox/mattermost-plugin-badges",
|
||||||
|
|||||||
1
webapp/.gitignore
vendored
1
webapp/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.eslintcache
|
.eslintcache
|
||||||
junit.xml
|
junit.xml
|
||||||
node_modules
|
node_modules
|
||||||
|
.yarn/install-state.gz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user