9a9e7b7a37
* remove package lock file * update next docs * update latest v7.6 docs * switch to npm install for docs * sort sections alphabetically
24 lines
276 B
Plaintext
24 lines
276 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
# 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*
|