File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11
11
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
12
12
13
13
# docs/.vuepress
14
-
15
- # Runtime data
16
14
pids
17
15
* .pid
18
16
* .seed
@@ -77,15 +75,12 @@ typings/
77
75
# Next.js build output
78
76
.next
79
77
80
- # Nuxt.js build / generate output
81
78
.nuxt
82
79
dist
83
80
84
81
# Gatsby files
85
82
.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
83
+
89
84
90
85
# vuepress build output
91
86
# .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 /
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
. " $( dirname -- " $0 " ) /_/husky.sh"
3
3
4
- npm run lintfix && git add .
4
+ npm run lintfix && git add -p
You can’t perform that action at this time.
0 commit comments