Skip to content

Commit

Permalink
chore: ignore cache dir for lint and git
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Apr 12, 2023
1 parent 7046937 commit 3797623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lib
css
node_modules
public
cache
.husky

.*rc.js
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist
temp
.dev
coverage
cache
/icons
/es
/lib
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ es
lib
node_modules
public
cache
.husky

*.svg
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ es
lib
css
public
cache
node_modules
.husky

Expand Down

0 comments on commit 3797623

Please sign in to comment.