chore(dot-files): cleanup
This commit is contained in:
5
.prettierignore
Normal file
5
.prettierignore
Normal file
@@ -0,0 +1,5 @@
|
||||
*.md
|
||||
dist
|
||||
node_modules
|
||||
.next
|
||||
build
|
||||
@@ -1,10 +0,0 @@
|
||||
.DS_Store
|
||||
.cache
|
||||
.vscode
|
||||
.dependabot
|
||||
node_modules
|
||||
examples
|
||||
cypress
|
||||
.env
|
||||
tsconfig.json
|
||||
src
|
||||
@@ -1 +0,0 @@
|
||||
*.md
|
||||
@@ -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}."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user