Files
langgenius.github.io/.gitignore
T
2023-04-04 21:08:59 +08:00

52 lines
604 B
Plaintext

/node_cache
/build
coverage
.yarn-cache
.happypack
.idea/
webpack-assets.json
apps/blueblue/.yarn-cache
/scripts/webpack/cache
/node_cache
node_modules
.idea/
.vscode
yarn-error.log
.cache/
dist
dist-minio
.DS_Store
eslint.log
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# package managers
pnpm-lock.yaml
# next
.next
out
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
build.tar.gz