nextui/.gitignore
2021-12-22 22:37:30 -03:00

44 lines
487 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.now
dist
esm
examples/**/yarn.lock
examples/**/out
examples/**/.next
.vercel
# ignore sitemap
packages/**/sitemap.xml