| 12345678910111213141516171819202122232425262728293031323334 |
- # Dependencies
- /node_modules
- # Production
- /build
- # Generated files
- .docusaurus
- .cache-loader
- .vercel
- /static/img/*.svg
- /static/img/*.png
- vercel.json
- # use npm and package-lock.json
- yarn.lock
- # Misc
- .DS_Store
- .env
- .env.local
- .env.development.local
- .env.test.local
- .env.production.local
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Documentation build artifacts
- /html/
- /src/tests.ok
- /src/cli/usage.md
- /src/.gitbook/assets/*.svg
|