v2: ignore v2 folder for now

This commit is contained in:
endiliey 2018-09-17 12:06:23 +08:00
parent b9f2928053
commit 48f273e68f
4 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
static/**/*.js
build
node_modules
v2

View file

@ -6,3 +6,4 @@ yarn.lock
website
docs
docusaurus-init
v2

1
.prettierignore Normal file
View file

@ -0,0 +1 @@
v2

View file

@ -41,7 +41,8 @@
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"__fixtures__"
"__fixtures__",
"v2"
],
"testURL": "http://localhost/"
},