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
|
2023-10-27 07:44:03 +00:00
|
|
|
dist/
|
|
|
|
out/
|
2022-11-19 14:21:26 +00:00
|
|
|
|
|
|
|
# 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
|
2023-06-19 02:53:44 +00:00
|
|
|
.venv
|
2022-11-29 21:17:42 +00:00
|
|
|
*.pyc
|
|
|
|
staticfiles
|
|
|
|
mediafiles
|
|
|
|
.env
|
|
|
|
.DS_Store
|
2024-03-18 08:57:02 +00:00
|
|
|
logs/
|
2022-11-29 21:17:42 +00:00
|
|
|
|
|
|
|
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
|
2023-02-21 06:01:43 +00:00
|
|
|
.sentryclirc
|
|
|
|
|
|
|
|
# lock files
|
|
|
|
package-lock.json
|
|
|
|
pnpm-lock.yaml
|
2023-08-15 09:34:46 +00:00
|
|
|
pnpm-workspace.yaml
|
|
|
|
|
|
|
|
.npmrc
|
2023-11-06 13:35:20 +00:00
|
|
|
.secrets
|
2023-10-23 10:26:19 +00:00
|
|
|
tmp/
|
2023-10-13 06:35:49 +00:00
|
|
|
## packages
|
|
|
|
dist
|
2023-11-17 06:21:54 +00:00
|
|
|
.temp/
|
2024-05-22 11:06:31 +00:00
|
|
|
deploy/selfhost/plane-app/
|
|
|
|
## Storybook
|
|
|
|
*storybook.log
|
|
|
|
output.css
|