Files
karakeep-mirror/.prettierignore
xuatz 33f4077972 feat: display notes on bookmark card (#2083)
* feat: display notes on bookmark card

* apply styling

* include mobile impl

* apply pr comments

* add display options menu into PR

* put it under app setting

* cleanup

* address pr comments

* change the default for show notes to false

* make the in-card note font lighter

---------

Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-11-02 19:32:18 +00:00

25 lines
299 B
Plaintext

# Ignore artifacts:
.next
build
coverage
.vscode*
node_modules
dist
*.md
*.json
.env
.env.*
**/migrations/**
packages/open-api/karakeep-openapi-spec.json
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
# Expo build
**/.expo/**
apps/mobile/android
apps/mobile/ios