From 5f344bfa6f8ff526e15f729242f48b3c248cfe3c Mon Sep 17 00:00:00 2001 From: hulk510 Date: Mon, 22 Jan 2024 22:20:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20ignore=E3=81=ABCHANGELOG.md?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierignore | 1 + .textlintignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .textlintignore diff --git a/.prettierignore b/.prettierignore index 2d0c064..e88c14f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ dist/ node_modules/ coverage/ +CHANGELOG.md diff --git a/.textlintignore b/.textlintignore new file mode 100644 index 0000000..dade64f --- /dev/null +++ b/.textlintignore @@ -0,0 +1,3 @@ +CHANGELOG.md +CONTRIBUTING.md +README.md From 908f87b6a49a02043e09d1d55d5eb1b911176be4 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Tue, 23 Jan 2024 01:21:57 +0900 Subject: [PATCH 2/2] chore: ignore pnpm-lock.yaml --- .prettierignore | 1 + .textlintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index e88c14f..171ba61 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,4 @@ dist/ node_modules/ coverage/ CHANGELOG.md +pnpm-lock.yaml diff --git a/.textlintignore b/.textlintignore index dade64f..89757e7 100644 --- a/.textlintignore +++ b/.textlintignore @@ -1,3 +1,4 @@ CHANGELOG.md CONTRIBUTING.md README.md +pnpm-lock.yaml