mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 23:01:29 +03:00
Update the prettier ignore settings
This commit is contained in:
parent
84e565e8bc
commit
f1e18973e8
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -17,15 +17,6 @@
|
||||
Please include the following checklist in your PR:
|
||||
|
||||
- [ ] The documentation has been updated if necessary.
|
||||
- [ ] All code conforms to the
|
||||
[Scala](https://github.com/enso-org/enso/blob/main/docs/style-guide/scala.md),
|
||||
[Java](https://github.com/enso-org/enso/blob/main/docs/style-guide/java.md),
|
||||
and
|
||||
[Rust](https://github.com/enso-org/enso/blob/main/docs/style-guide/rust.md)
|
||||
style guides.
|
||||
- [ ] All documentation and configuration conforms to the
|
||||
[markdown](https://github.com/enso-org/enso/blob/main/docs/style-guide/markdown.md)
|
||||
and
|
||||
[YAML](https://github.com/enso-org/enso/blob/main/docs/style-guide/yaml.md)
|
||||
style guides.
|
||||
- [ ] All code conforms to the [Scala](https://github.com/enso-org/enso/blob/main/docs/style-guide/scala.md), [Java](https://github.com/enso-org/enso/blob/main/docs/style-guide/java.md), and [Rust](https://github.com/enso-org/enso/blob/main/docs/style-guide/rust.md) style guides.
|
||||
- [ ] All documentation and configuration conforms to the [markdown](https://github.com/enso-org/enso/blob/main/docs/style-guide/markdown.md) and [YAML](https://github.com/enso-org/enso/blob/main/docs/style-guide/yaml.md) style guides.
|
||||
- [ ] All code has been tested where possible.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Build Artefacts
|
||||
target/
|
||||
.github/PULL_REQUEST_TEMPLATE.md
|
||||
.github/ISSUE_TEMPLATE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user