2025-03-05 07:38:04 +01:00
|
|
|
# ignored Files
|
|
|
|
.dockerignore
|
|
|
|
.editorconfig
|
|
|
|
.git*
|
|
|
|
.prettier*
|
|
|
|
electron*
|
|
|
|
entitlements.plist
|
|
|
|
nodemon.json
|
|
|
|
renovate.json
|
|
|
|
trilium.iml
|
|
|
|
Dockerfile
|
|
|
|
Dockerfile.*
|
|
|
|
npm-debug.log
|
|
|
|
/src/**/*.spec.ts
|
|
|
|
|
|
|
|
# ignored folders
|
|
|
|
/.cache
|
|
|
|
/.git
|
|
|
|
/.github
|
|
|
|
/.idea
|
|
|
|
/.vscode
|
2018-11-30 05:44:22 +00:00
|
|
|
/bin
|
2025-03-05 07:38:04 +01:00
|
|
|
/build
|
2018-11-30 05:44:22 +00:00
|
|
|
/dist
|
|
|
|
/docs
|
2025-03-05 07:38:04 +01:00
|
|
|
/dump-db
|
|
|
|
/e2e
|
|
|
|
/integration-tests
|
|
|
|
/spec
|
|
|
|
/test
|
|
|
|
/test-etapi
|
|
|
|
/node_modules
|
|
|
|
|
2024-07-13 11:40:52 +03:00
|
|
|
|
2025-03-05 07:38:04 +01:00
|
|
|
# exceptions
|
2025-03-13 08:31:07 +01:00
|
|
|
!/bin/copy-dist.ts
|
2025-03-24 16:55:39 +02:00
|
|
|
!/bin/electron-forge/sign-windows.cjs
|
2025-03-25 09:21:40 +01:00
|
|
|
!/bin/cleanupNodeModules.ts
|
2025-03-13 08:31:07 +01:00
|
|
|
|
|
|
|
# temporary exception to make copy-dist inside Docker build not fail
|
|
|
|
# TriliumNextTODO: make copy-dist *not* requiring to copy this file for builds other than electron-forge
|
|
|
|
!forge.config.cjs
|
|
|
|
!/bin/tpl
|
|
|
|
!/bin/electron-forge/desktop.ejs
|