From b81a050da1c176172775202fe528ff06bc7aed77 Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Mon, 6 May 2024 09:52:51 +0200 Subject: [PATCH] wtf .nx 2 --- .github/workflows/release.yml | 2 -- .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45e2151..8e88841 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,6 @@ jobs: - run: yarn install --frozen-lockfile - - run: rm -rf .nx - - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 1a708ca..ce9a6c5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ docs/public yalc.lock .DS_Store -.env \ No newline at end of file +.env + +# see https://github.com/intuit/auto/issues/2457 +.nx \ No newline at end of file