openreader/.gitignore
Sunny Modi 67dfb30647 feat(auth): implement authentication middleware and token management
- Added middleware for handling authentication based on environment variables.
- Introduced functions for generating and managing authentication tokens.
- Updated summarization logic to support chunked processing with context limits.
- Enhanced settings modal to include context limit configuration for summarization.
- Improved PDF viewer to manage document loading states and prevent rendering during transitions.
- Added progress indicators for chunked summarization in the summarize modal.
2026-01-25 23:34:48 -06:00

58 lines
No EOL
660 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# 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*
# env files (can opt-in for committing if needed)
.env
.dockerignore
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# documents
/docstore
# auth token storage
/.data
# Playwright
node_modules/
/tests/results/
/playwright-report/
/blob-report/
/playwright/.cache/
# vscode
.vscode