waku-lab/examples/flush-notes/.gitignore

36 lines
370 B
Plaintext
Raw Normal View History

2024-01-08 23:01:53 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
2024-06-24 23:18:52 +00:00
/.next/*
/out/*
2024-01-08 23:01:53 +00:00
# production
/build
# misc
.DS_Store
*.pem
2024-01-08 23:01:53 +00:00
# debug
2024-01-08 23:01:53 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts