We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e8483 commit 3251a00Copy full SHA for 3251a00
2 files changed
.gitignore
@@ -11,8 +11,6 @@ logs
11
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12
13
# docs/.vuepress
14
-
15
-# Runtime data
16
pids
17
*.pid
18
*.seed
@@ -77,15 +75,12 @@ typings/
77
75
# Next.js build output
78
76
.next
79
80
-# Nuxt.js build / generate output
81
.nuxt
82
dist
83
84
# Gatsby files
85
.cache/
86
-# Comment in the public line in if your project uses Gatsby and *not* Next.js
87
-# https://nextjs.org/blog/next-9-1#public-directory-support
88
-# public
+
89
90
# vuepress build output
91
# .vuepress/dist
@@ -99,3 +94,4 @@ docs/.vuepress/dist/
99
94
# TernJS port file
100
95
.tern-port
101
96
/docs/.vuepress/.temp/
97
+/.husky/
.husky/pre-commit
@@ -1,4 +1,4 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
-npm run lintfix && git add .
+npm run lintfix && git add -p
0 commit comments