Skip to content

Commit 3251a00

Browse files
author
Chu Fan
committed
feat: 忽略文件配置修改
1 parent 74e8483 commit 3251a00

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ logs
1111
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1212

1313
# docs/.vuepress
14-
15-
# Runtime data
1614
pids
1715
*.pid
1816
*.seed
@@ -77,15 +75,12 @@ typings/
7775
# Next.js build output
7876
.next
7977

80-
# Nuxt.js build / generate output
8178
.nuxt
8279
dist
8380

8481
# Gatsby files
8582
.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+
8984

9085
# vuepress build output
9186
# .vuepress/dist
@@ -99,3 +94,4 @@ docs/.vuepress/dist/
9994
# TernJS port file
10095
.tern-port
10196
/docs/.vuepress/.temp/
97+
/.husky/

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run lintfix && git add .
4+
npm run lintfix && git add -p

0 commit comments

Comments
 (0)