Skip to content

Commit 03bc1ed

Browse files
committed
Ignore Tests for Unused Code
1 parent aa77752 commit 03bc1ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.unusedignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
##################################################################################################
2222

2323
# e.g. This ignores the `.gitignore` file.
24-
# This is unneeded because non-Swift/xib/nib files are ignored.
24+
# (This is unneeded because non-Swift/xib/nib files are ignored, but you get the idea.)
2525
".gitignore"
2626

27-
# e.g. This ignores the `.github` directory.
28-
\.github/.*
27+
# e.g. This ignores the `Tests` directory.
28+
Tests/.*
2929

3030
# e.g. This ignores all `.pdf` files in the `.build` directory.
31-
# This is unneeded because non-Swift/xib/nib files are ignored.
31+
# (This is unneeded because non-Swift/xib/nib files are ignored, but you get the idea.)
3232
\.build/.*\.pdf

0 commit comments

Comments
 (0)