From a30026edfc4064e8b36e3e576e35f853415c8d43 Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Sat, 16 Nov 2024 16:34:31 +0000 Subject: [PATCH] chore: willboosterify this repo --- .github/pull_request_template.md | 6 +++--- packages/wb/.eslintignore | 2 ++ packages/wb/.gitignore | 2 ++ packages/wb/.prettierignore | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f9cd3e55..e238275b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ Close # - Test command (e.g., `yarn test`) is passed. - Lint command (e.g., `yarn lint`) is passed. - [ ] I've reviewed my changes on GitHub PR's diff view. (GitHub上で自分の変更内容を確認した。) -- [ ] I've written the steps to test. (テスト手順を記載した。) +- [ ] I've written the steps to test your changes. (テスト手順を記載した。) - [ ] I've added screenshots. (UIを変更した場合、スクリーンショットを追加した。) - You may leave this box unchecked if you didn't modify the UI. @@ -20,12 +20,12 @@ Close # | | | --> + diff --git a/packages/wb/.eslintignore b/packages/wb/.eslintignore index d4204194..a3101956 100644 --- a/packages/wb/.eslintignore +++ b/packages/wb/.eslintignore @@ -22,6 +22,8 @@ test-fixtures/ .devcontainer/ dist/ temp/ +*.sqlite3* +*.sqlite3-journal # Created by https://www.toptal.com/developers/gitignore/api/windows # Edit at https://www.toptal.com/developers/gitignore?templates=windows diff --git a/packages/wb/.gitignore b/packages/wb/.gitignore index ed226019..ff772de7 100644 --- a/packages/wb/.gitignore +++ b/packages/wb/.gitignore @@ -10,6 +10,8 @@ .devcontainer/ dist/ temp/ +*.sqlite3* +*.sqlite3-journal # Created by https://www.toptal.com/developers/gitignore/api/windows # Edit at https://www.toptal.com/developers/gitignore?templates=windows diff --git a/packages/wb/.prettierignore b/packages/wb/.prettierignore index 29643114..096171a5 100644 --- a/packages/wb/.prettierignore +++ b/packages/wb/.prettierignore @@ -19,6 +19,8 @@ test-fixtures/ .devcontainer/ dist/ temp/ +*.sqlite3* +*.sqlite3-journal # Created by https://www.toptal.com/developers/gitignore/api/windows # Edit at https://www.toptal.com/developers/gitignore?templates=windows