fix: add .releaserc.json to gitignore

This commit is contained in:
Derrick Hammer 2023-06-25 05:24:58 -04:00
parent 470ff93fee
commit a892d3557e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export default async function (): Promise<PresetAsset> {
prettier: { prettier: {
singleQuote: false, singleQuote: false,
}, },
gitignore: [".releaserc.json"],
tsconfig: { tsconfig: {
compilerOptions: { compilerOptions: {
lib: ["ES2021", "dom"], lib: ["ES2021", "dom"],