Skip to content

Commit

Permalink
chore: remove .nyc_output from ignore lists of configs (#117)
Browse files Browse the repository at this point in the history
This pull request includes changes to the `.clang-format-ignore`,
`.gitignore`, and `.prettierignore` files to improve the build
configuration by removing unnecessary entries.

Build configuration improvements:

*
[`configs/.clang-format-ignore`](diffhunk://#diff-04870cd9c1d71af0e1764938c34398aa71653548f32ff618a570e22580857384L14):
Removed the `.nyc_output` entry from the ignore list.
*
[`configs/.gitignore`](diffhunk://#diff-127fa2a18fcf6528a15cc22b53c70b0ddd7036ad856b76fa26f00468eea2af3dL14):
Removed the `.nyc_output` entry from the ignore list.
*
[`configs/.prettierignore`](diffhunk://#diff-65e906ab3cea5b94ff5b7b16ce6b39dc57c1ffb7a5ce603f12b94a571b3fc545L14):
Removed the `.nyc_output` entry from the ignore list.
  • Loading branch information
lumirlumir authored Dec 26, 2024
1 parent 1d2682e commit 1ba0aa5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configs/.clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ build
.env.production

# tests
.nyc_output
coverage
1 change: 0 additions & 1 deletion configs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build
.env.production

# tests
.nyc_output
coverage

# packages
Expand Down
1 change: 0 additions & 1 deletion configs/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build
.env.production

# tests
.nyc_output
coverage

# package
Expand Down

0 comments on commit 1ba0aa5

Please sign in to comment.