mirror of
https://github.com/karakeep-app/karakeep.git
synced 2025-12-12 20:35:52 +01:00
* 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>
25 lines
299 B
Plaintext
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
|