mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
20 lines
No EOL
232 B
Text
20 lines
No EOL
232 B
Text
# dependencies
|
|
/node_modules
|
|
|
|
# production
|
|
/build
|
|
|
|
# generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log* |