-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt to fix ci memory leak (#6933)
* fix: attempt to fix ci memory leak * chore: fixed eslint rules
- Loading branch information
Showing
5 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# Node.js | ||
node_modules | ||
|
||
# Next.js & Vercel Directories | ||
.next | ||
.turbo | ||
.swc | ||
build | ||
|
||
# We don't want to lint/prettify the Coverage Results | ||
coverage | ||
junit.xml | ||
|
||
# We shouldn't lint statically generated Storybook files | ||
storybook-static | ||
|
||
# This file naturally might break conventional rules | ||
global.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Node.js | ||
node_modules | ||
|
||
# Next.js & Vercel Directories | ||
.next | ||
.turbo | ||
.swc | ||
build | ||
|
||
# We don't want to lint/prettify the Coverage Results | ||
coverage | ||
junit.xml | ||
|
||
# We shouldn't lint statically generated Storybook files | ||
storybook-static | ||
|
||
# This file naturally might break conventional rules | ||
global.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters