mirror of
https://github.com/karakeep-app/karakeep.git
synced 2025-12-12 20:35:52 +01:00
66 lines
694 B
Plaintext
66 lines
694 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnpm-store
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# production
|
|
build
|
|
dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# The sqlite database
|
|
**/*.db
|
|
data
|
|
|
|
# PWA Files
|
|
**/public/sw.js
|
|
**/public/workbox-*.js
|
|
**/public/worker-*.js
|
|
**/public/sw.js.map
|
|
**/public/workbox-*.js.map
|
|
**/public/worker-*.js.map
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Idea
|
|
.idea
|
|
*.iml
|
|
|
|
# Aider
|
|
.aider*
|
|
|
|
# VS-Code
|
|
.vscode
|
|
auth_failures.log
|
|
.claude/settings.local.json
|