Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test adding an enum label type #4797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
node_modules/
dist/
src/public/app-dist/
code/node_modules/
code/dist/
code/src/public/app-dist/
npm-debug.log
yarn-error.log
*.db
Expand All @@ -11,5 +11,7 @@ cert.crt
server-package.json
.idea/httpRequests/
data/
tmp/
.eslintcache
code/data/
code/tmp/
code/.eslintcache
code/db-data
Binary file removed bin/better-sqlite3/linux-desktop-better_sqlite3.node
Binary file not shown.
Binary file removed bin/better-sqlite3/linux-server-better_sqlite3.node
Binary file not shown.
Binary file removed bin/better-sqlite3/mac-better_sqlite3.node
Binary file not shown.
Binary file removed bin/better-sqlite3/win-better_sqlite3.node
Binary file not shown.
22 changes: 0 additions & 22 deletions bin/build-debian.sh

This file was deleted.

12 changes: 0 additions & 12 deletions bin/build-docker.sh

This file was deleted.

50 changes: 0 additions & 50 deletions bin/build-linux-x64.sh

This file was deleted.

38 changes: 0 additions & 38 deletions bin/build-mac-x64.sh

This file was deleted.

40 changes: 0 additions & 40 deletions bin/build-server.sh

This file was deleted.

37 changes: 0 additions & 37 deletions bin/build-win-x64.sh

This file was deleted.

23 changes: 0 additions & 23 deletions bin/build.sh

This file was deleted.

50 changes: 0 additions & 50 deletions bin/copy-trilium.sh

This file was deleted.

14 changes: 0 additions & 14 deletions bin/deb-options.json

This file was deleted.

7 changes: 0 additions & 7 deletions bin/export-schema.sh

This file was deleted.

15 changes: 0 additions & 15 deletions bin/generate-cert.sh

This file was deleted.

16 changes: 0 additions & 16 deletions bin/push-docker-image.sh

This file was deleted.

Loading