We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa77752 commit 03bc1edCopy full SHA for 03bc1ed
.unusedignore
@@ -21,12 +21,12 @@
21
##################################################################################################
22
23
# e.g. This ignores the `.gitignore` file.
24
-# This is unneeded because non-Swift/xib/nib files are ignored.
+# (This is unneeded because non-Swift/xib/nib files are ignored, but you get the idea.)
25
".gitignore"
26
27
-# e.g. This ignores the `.github` directory.
28
-\.github/.*
+# e.g. This ignores the `Tests` directory.
+Tests/.*
29
30
# e.g. This ignores all `.pdf` files in the `.build` directory.
31
32
\.build/.*\.pdf
0 commit comments