frontend/.gitignore

55 lines
689 B
Plaintext
Raw Permalink Normal View History

2022-10-22 02:57:42 +03:00
# Created by https://www.toptal.com/developers/gitignore/api/react,nextjs
# Edit at https://www.toptal.com/developers/gitignore?templates=react,nextjs
2022-10-21 17:44:22 +03:00
2022-10-22 02:57:42 +03:00
### NextJS ###
# Dependencies
2022-10-21 17:44:22 +03:00
/node_modules
/.pnp
.pnp.js
2022-10-22 02:57:42 +03:00
# Testing
2022-10-21 17:44:22 +03:00
/coverage
2022-10-22 02:57:42 +03:00
# Next.js
2022-10-21 17:44:22 +03:00
/.next/
/out/
2022-10-22 02:57:42 +03:00
# Production
2022-10-21 17:44:22 +03:00
/build
2022-10-22 02:57:42 +03:00
# Misc
2022-10-21 17:44:22 +03:00
.DS_Store
*.pem
2022-10-22 02:57:42 +03:00
# Debug
2022-10-21 17:44:22 +03:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2022-10-22 02:57:42 +03:00
# Local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
2022-10-21 17:44:22 +03:00
2022-10-22 02:57:42 +03:00
# Vercel
2022-10-21 17:44:22 +03:00
.vercel
2022-10-22 02:57:42 +03:00
### react ###
.DS_*
*.log
logs
**/*.backup.*
**/*.back.*
node_modules
bower_components
*.sublime*
psd
thumb
sketch
2022-10-22 03:02:43 +03:00
package-lock.json
2022-10-22 02:57:42 +03:00
# End of https://www.toptal.com/developers/gitignore/api/react,nextjs