chore(dot-files): cleanup

This commit is contained in:
moklick
2022-08-08 15:50:53 +02:00
parent c7a3052ba0
commit 887f040cca
6 changed files with 5 additions and 23 deletions

5
.prettierignore Normal file
View File

@@ -0,0 +1,5 @@
*.md
dist
node_modules
.next
build

View File

@@ -1,10 +0,0 @@
.DS_Store
.cache
.vscode
.dependabot
node_modules
examples
cypress
.env
tsconfig.json
src

View File

@@ -1 +0,0 @@
*.md

View File

@@ -1,12 +0,0 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version}."
}
}