mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 12:07:58 +02:00
v2: ignore v2 folder for now
This commit is contained in:
parent
b9f2928053
commit
48f273e68f
4 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
static/**/*.js
|
||||
build
|
||||
node_modules
|
||||
v2
|
||||
|
|
|
@ -6,3 +6,4 @@ yarn.lock
|
|||
website
|
||||
docs
|
||||
docusaurus-init
|
||||
v2
|
||||
|
|
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
@ -0,0 +1 @@
|
|||
v2
|
|
@ -41,7 +41,8 @@
|
|||
"jest": {
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"__fixtures__"
|
||||
"__fixtures__",
|
||||
"v2"
|
||||
],
|
||||
"testURL": "http://localhost/"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue