mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
fix(prettierignore): include GitHub Markdown files in ignore list
This commit is contained in:
parent
0dceaa5363
commit
b0b25c412f
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue