2022-11-19 14:21:26 +00:00
|
|
|
node_modules
|
|
|
|
.next
|
|
|
|
|
|
|
|
### NextJS ###
|
|
|
|
# Dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# Next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# Production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
.history
|
|
|
|
|
|
|
|
# Debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# Local env files
|
|
|
|
.env
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
# Vercel
|
|
|
|
.vercel
|
|
|
|
|
2022-11-29 20:51:17 +00:00
|
|
|
# Turborepo
|
2022-11-29 21:17:42 +00:00
|
|
|
.turbo
|
|
|
|
|
|
|
|
## Django ##
|
|
|
|
venv
|
|
|
|
*.pyc
|
|
|
|
staticfiles
|
|
|
|
mediafiles
|
|
|
|
.env
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
node_modules/
|
|
|
|
assets/dist/
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
package-lock.json
|
|
|
|
.vscode
|
2023-02-06 19:37:01 +00:00
|
|
|
|
|
|
|
# Sentry
|
|
|
|
.sentryclirc
|