diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 692c42a6..0d85c0e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,6 @@ + + | Q | A | ---------------- | --- | Bug fix? | yes/no @@ -11,7 +14,3 @@ ### Description [Description of the bug or feature] - --- - -#### Please don't submit `/dist` files with your PR! diff --git a/.gitignore b/.gitignore index bf2dedbf..8694f039 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ .DS_Store -dist/electron/* -dist/web/* +dist/ +*/dist/* build/* static/themes/* -src/muya/dist/ src/muya/node_modules/ coverage .vscode