generated from mattermost/mattermost-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated .editorconfig * import GO_BUILD_GCFLAGS handling from starter-template * rm -fr build/sync * update build/manifest
- Loading branch information
1 parent
0d1b7cd
commit 672ced5
Showing
19 changed files
with
51 additions
and
1,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
.DS_Store | ||
|
||
.vscode | ||
.idea/ | ||
|
||
bin | ||
dist | ||
.eslintcache | ||
report.xml | ||
|
||
webapp/src/manifest.js | ||
bin/ | ||
dist/ | ||
webapp/src/manifest.ts | ||
server/manifest.go | ||
server/data/ | ||
server/e2etest.config.json | ||
|
||
# Mac | ||
.DS_Store | ||
|
||
# Jetbrains | ||
.idea/ | ||
|
||
# VS Code | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.