fix: add .releaserc.json to gitignore
This commit is contained in:
parent
470ff93fee
commit
a892d3557e
|
@ -28,6 +28,7 @@ export default async function (): Promise<PresetAsset> {
|
|||
prettier: {
|
||||
singleQuote: false,
|
||||
},
|
||||
gitignore: [".releaserc.json"],
|
||||
tsconfig: {
|
||||
compilerOptions: {
|
||||
lib: ["ES2021", "dom"],
|
||||
|
|
Loading…
Reference in New Issue