mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix(prettierignore): include GitHub Markdown files in ignore list
This commit is contained in:
@@ -45,3 +45,9 @@ wrangler.toml
|
|||||||
public/fonts/
|
public/fonts/
|
||||||
public/favicon.ico
|
public/favicon.ico
|
||||||
public/favicon.svg
|
public/favicon.svg
|
||||||
|
|
||||||
|
# GitHub Markdown files
|
||||||
|
.github/ISSUE_TEMPLATE/
|
||||||
|
.github/PULL_REQUEST_TEMPLATE/
|
||||||
|
CONTRIBUTING.md
|
||||||
|
README.md
|
||||||
@@ -41,7 +41,8 @@ git add .
|
|||||||
git commit -m "feat: add new feature description"
|
git commit -m "feat: add new feature description"
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE] Please follow the commit guidelines described below.
|
> [!NOTE]
|
||||||
|
> Please follow the commit guidelines described below.
|
||||||
|
|
||||||
## Commit Guidelines
|
## Commit Guidelines
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user