crypto-commons-gather.ing-w.../.gitignore

30 lines
289 B
Plaintext

# dependencies
node_modules/
.pnp
.pnp.js
# build output
.next/
out/
build/
# env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# misc
.DS_Store
*.pem
# typescript
*.tsbuildinfo
next-env.d.ts