mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
a2d8e73946
--------- Co-authored-by: Marcus Schiesser <marcus.schiesser@googlemail.com> Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
56 lines
576 B
Plaintext
56 lines
576 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
dev
|
|
|
|
.vscode
|
|
.idea
|
|
|
|
# docker-compose env files
|
|
.env
|
|
|
|
*.key
|
|
*.key.pub
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
|
|
# create-llama copies
|
|
app/api/chat/config/
|
|
app/api/files/
|
|
cl/
|
|
|
|
# uploaded files
|
|
output/ |