Remove old docs from gitignore (#7314)

This commit is contained in:
Ben McCann 2020-05-08 06:44:52 -07:00 committed by GitHub
parent 2851a94b92
commit 6bbbbe42ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
.gitignore vendored
View File

@ -1,9 +1,24 @@
# Deployment
/coverage /coverage
/custom /custom
/dist /dist
/docs/index.md
/gh-pages /gh-pages
/jsdoc
# Node.js
node_modules/
npm-debug.log*
# Docs
.docusaurus
.cache-loader
build/
# Development
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea .idea
.project .project
.settings .settings
@ -11,16 +26,3 @@
*.log *.log
*.swp *.swp
*.stackdump *.stackdump
build
node_modules
npm-debug.log*
.docusaurus
.cache-loader
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local