interstellar_ai/.gitignore

44 lines
424 B
Text
Raw Normal View History

2024-09-18 10:38:54 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
2024-09-18 14:52:04 +02:00
2024-09-19 09:41:00 +02:00
.idea/
venv/
2024-09-19 12:46:52 +02:00
key.pem
cert.pem