This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Homework.app/.eslintignore
2022-04-02 16:47:03 -03:00

42 lines
408 B
Plaintext

# Files to be ignored by ESlint and Prettier
pnpm-lock.yaml
sw.js
sw.js.map
workbox-*.js
workbox-*.js.map
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel