mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 21:32:38 +02:00
Organize .gitignore and add website/package-lock.json (#199)
This commit is contained in:
parent
09354ab738
commit
6dea8e4792
1 changed files with 7 additions and 5 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,11 +1,13 @@
|
||||||
node_modules
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
|
||||||
lib/core/metadata.js
|
lib/core/metadata.js
|
||||||
lib/core/MetadataBlog.js
|
lib/core/MetadataBlog.js
|
||||||
website/translated_docs
|
|
||||||
website/build/
|
|
||||||
website/yarn.lock
|
|
||||||
website/node_modules
|
|
||||||
lib/pages/
|
lib/pages/
|
||||||
|
|
||||||
|
website/build/
|
||||||
website/i18n/*
|
website/i18n/*
|
||||||
|
website/node_modules
|
||||||
|
website/package-lock.json
|
||||||
|
website/translated_docs
|
||||||
|
website/yarn.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue