mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
56 lines
600 B
Text
56 lines
600 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
docker/.env
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/certs
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Rust build
|
|
target
|
|
|
|
fastlane/report.xml
|
|
fastlane/metadata/android/en-US/changelogs
|
|
|
|
*.koplugin.zip
|
|
|
|
# nix
|
|
result*
|
|
|
|
.playwright-mcp/
|
|
.gstack
|
|
|
|
.claude/worktrees
|
|
.claude/settings.local.json
|
|
|