sandbox-web-ide/.gitignore

43 lines
474 B
Plaintext
Raw Normal View History

2024-03-19 12:13:18 -04:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2024-04-16 17:18:51 -04:00
node_modules
.pnp
2024-03-19 12:13:18 -04:00
.pnp.js
.yarn/install-state.gz
# testing
2024-04-16 17:18:51 -04:00
coverage
2024-03-19 12:13:18 -04:00
# next.js
2024-04-16 17:18:51 -04:00
.next/
out/
2024-03-19 12:13:18 -04:00
# production
2024-04-16 17:18:51 -04:00
build
2024-03-19 12:13:18 -04:00
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
2024-04-09 01:20:15 -04:00
.env
2024-03-19 12:13:18 -04:00
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
2024-04-22 00:30:50 -04:00
2024-04-29 00:50:25 -04:00
wrangler.toml
backend/server/dist
2024-05-01 00:08:10 -04:00
backend/server/projects
backend/database/drizzle