tasko/.prettierignore
2024-12-28 17:40:09 -05:00

46 lines
422 B
Text

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
/__tests__/__snapshots__
# 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
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# docs
/docs
# other
/.vscode/
package.json
yarn.lock
README.md
/.content-collections