diff --git a/.prettierignore b/.prettierignore index 164e460..572a340 100644 --- a/.prettierignore +++ b/.prettierignore @@ -45,3 +45,9 @@ wrangler.toml public/fonts/ public/favicon.ico public/favicon.svg + +# GitHub Markdown files +.github/ISSUE_TEMPLATE/ +.github/PULL_REQUEST_TEMPLATE/ +CONTRIBUTING.md +README.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84d6fcf..6883379 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,8 @@ git add . 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