Sfoglia il codice sorgente

feat: ignore .history folder (#5384)

Tom Gao 6 anni fa
parent
commit
f4abf11eab
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      .eslintignore
  2. 2 1
      .prettierignore

+ 1 - 0
.eslintignore

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

+ 2 - 1
.prettierignore

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