Browse Source

feat: ignore .history folder (#5384)

pull/5419/head
Tom Gao 7 years ago
committed by 陈帅
parent
commit
f4abf11eab
  1. 1
      .eslintignore
  2. 1
      .prettierignore

1
.eslintignore

@ -1,3 +1,4 @@
/lambda/ /lambda/
/scripts /scripts
/config /config
.history

1
.prettierignore

@ -17,3 +17,4 @@ LICENSE
.eslintcache .eslintcache
*.lock *.lock
yarn-error.log yarn-error.log
.history
Loading…
Cancel
Save