From b00d6e697ef09f0cf0a439e733b3f8453742461d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Wed, 5 Jun 2024 12:14:07 +0200 Subject: [PATCH] fix(misc): ignore .nx/workspace-data when generating new workspaces --- .../src/generators/new/files-integrated-repo/__dot__gitignore | 3 ++- .../generators/new/files-package-based-repo/__dot__gitignore | 1 + .../src/generators/new/files-root-app/__dot__gitignore | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore b/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore index 98a6e38939fa2..4f4d87b1cef39 100644 --- a/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore @@ -38,4 +38,5 @@ testem.log .DS_Store Thumbs.db -.nx/cache \ No newline at end of file +.nx/cache +.nx/workspace-data diff --git a/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore b/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore index ef9dcfb186332..4f4d87b1cef39 100644 --- a/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore @@ -39,3 +39,4 @@ testem.log Thumbs.db .nx/cache +.nx/workspace-data diff --git a/packages/workspace/src/generators/new/files-root-app/__dot__gitignore b/packages/workspace/src/generators/new/files-root-app/__dot__gitignore index 98a6e38939fa2..4f4d87b1cef39 100644 --- a/packages/workspace/src/generators/new/files-root-app/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-root-app/__dot__gitignore @@ -38,4 +38,5 @@ testem.log .DS_Store Thumbs.db -.nx/cache \ No newline at end of file +.nx/cache +.nx/workspace-data