We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b0dd0 commit 39d8509Copy full SHA for 39d8509
.gitignore
@@ -138,5 +138,4 @@ dist
138
vite.config.js.timestamp-*
139
vite.config.ts.timestamp-*
140
lib
141
-
142
changelog
README.md
@@ -10,6 +10,8 @@ pnpm i --save-dev heeler husky
10
pnpm exec husky
11
12
echo "pnpm exec heeler add" > .husky/pre-commit
13
+
14
+echo "changelog" >> .gitignore
15
```
16
17
## Usage
0 commit comments