mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 04:42:28 +08:00
fix(build): ensure projects are discovered by ignoring parent .gitignore rules
This commit is contained in:
parent
adbc906f9e
commit
efb0050e57
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,5 +1,11 @@
|
|||
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
||||
|
||||
# Workaround for Nx bug: parent .gitignore files with '*' can cause
|
||||
# `nx show projects` to return nothing by ignoring subprojects.
|
||||
# See: https://github.com/nrwl/nx/issues/27368
|
||||
# Unignore everything to ensure Nx detects all projects
|
||||
!*
|
||||
|
||||
# compiled output
|
||||
dist
|
||||
tmp
|
||||
|
|
@ -45,4 +51,4 @@ upload
|
|||
.rollup.cache
|
||||
*.tsbuildinfo
|
||||
|
||||
/result
|
||||
/result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue