Skip to content

Commit 0d028a8

Browse files
committed
chore: [nx migration] 22-7-0-add-self-healing-to-gitignore
1 parent cffabf3 commit 0d028a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ storybook-static
9595
.github/instructions/nx.instructions.md
9696
.nx/polygraph/
9797

98-
.nx/polygraph
98+
.nx/polygraph
99+
.nx/self-healing

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ apps/intellij/*
33
!apps/intellij/project.json
44

55
/.nx/cache
6-
/.nx/workspace-data
6+
/.nx/workspace-data
7+
.nx/self-healing

0 commit comments

Comments
 (0)