From a892d3557ee419725cae6ce9f35293d98b6719e4 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 05:24:58 -0400 Subject: [PATCH] fix: add .releaserc.json to gitignore --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index bc7aae3..c7c13d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,6 +28,7 @@ export default async function (): Promise { prettier: { singleQuote: false, }, + gitignore: [".releaserc.json"], tsconfig: { compilerOptions: { lib: ["ES2021", "dom"],