mirror of
https://github.com/magnum-opus-tender-hack/frontend.git
synced 2024-11-10 18:36:33 +03:00
55 lines
689 B
Plaintext
55 lines
689 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/react,nextjs
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=react,nextjs
|
|
|
|
### NextJS ###
|
|
# 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*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
### react ###
|
|
.DS_*
|
|
*.log
|
|
logs
|
|
**/*.backup.*
|
|
**/*.back.*
|
|
|
|
node_modules
|
|
bower_components
|
|
|
|
*.sublime*
|
|
|
|
psd
|
|
thumb
|
|
sketch
|
|
package-lock.json
|
|
# End of https://www.toptal.com/developers/gitignore/api/react,nextjs |