mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 23:12:45 +08:00
Ignore dist files in repository, update PRtemplate (#1894)
* Ignore all permutations of dist in git * Update PR template to direct contributors The current template is largely being ignored with many PRs coming through with "yes/no". Hopefully the text at the top will actually catch peoples attention and keep the "clutter blindness" down that I think is making people ignore the table entirely. Also the note about dist files is pretty unnecessary with a properly setup gitignore file.
This commit is contained in:
parent
0aa0e04234
commit
9b948340d7
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Please change the Answers in the table below
|
||||||
|
to reflect the contents of your pull request. -->
|
||||||
|
|
||||||
| Q | A
|
| Q | A
|
||||||
| ---------------- | ---
|
| ---------------- | ---
|
||||||
| Bug fix? | yes/no
|
| Bug fix? | yes/no
|
||||||
@ -11,7 +14,3 @@
|
|||||||
### Description
|
### Description
|
||||||
|
|
||||||
[Description of the bug or feature]
|
[Description of the bug or feature]
|
||||||
|
|
||||||
--
|
|
||||||
|
|
||||||
#### Please don't submit `/dist` files with your PR!
|
|
||||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,9 +1,8 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
dist/electron/*
|
dist/
|
||||||
dist/web/*
|
*/dist/*
|
||||||
build/*
|
build/*
|
||||||
static/themes/*
|
static/themes/*
|
||||||
src/muya/dist/
|
|
||||||
src/muya/node_modules/
|
src/muya/node_modules/
|
||||||
coverage
|
coverage
|
||||||
.vscode
|
.vscode
|
||||||
|
Loading…
Reference in New Issue
Block a user