Skip to content

Commit

Permalink
Ignore .vscode directory in base of project.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 22, 2024
1 parent d8b9f59 commit 658a3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
.DS_Store
.tdy
/tags
/.vscode
2 changes: 1 addition & 1 deletion t/tidy.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

use Test::PerlTidy qw( run_tests );

run_tests();
run_tests( exclude => [qr{^\.vscode/}] );

0 comments on commit 658a3c9

Please sign in to comment.