Skip to content

Commit

Permalink
chore(gitignore): add .nyc_output directory to gitignore file
Browse files Browse the repository at this point in the history
The .nyc_output directory is added to the gitignore file to prevent it from being tracked by version control. This directory is typically used by the NYC code coverage tool and does not need to be included in the repository.
  • Loading branch information
ktun95 committed Dec 10, 2024
1 parent 3697b38 commit 56ec6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coverage
**/playwright-report/
**/blob-report/
**/playwright/.cache/
**/.nyc_output

# next.js
.next/
Expand Down

0 comments on commit 56ec6a8

Please sign in to comment.