Address assets issue

when items are in git ignore, they won't be copied.  Explicitely ncluding in .nxignore resolves this.
This commit is contained in:
Broks Randolfs Gailītis 2025-03-07 17:06:23 +02:00
parent eee02f6a56
commit efff71e59c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
**/certs/*.pem

View File

@ -0,0 +1,2 @@
# Include certs for nx (for example, copying as assets)
!**/certs/*.pem