interstellar_ai/.gitignore

48 lines
464 B
Text
Raw Permalink 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/
__pycache__/
2024-09-19 12:46:52 +02:00
key.pem
cert.pem
2024-09-20 09:03:46 +02:00
api_key.txt
2024-09-30 15:26:31 +02:00
database.json