Browse Source

feat: ignore .history folder (#5384)

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

1
.eslintignore

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

3
.prettierignore

@ -16,4 +16,5 @@ Dockerfile*
LICENSE
.eslintcache
*.lock
yarn-error.log
yarn-error.log
.history
Loading…
Cancel
Save