We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5f088 commit 9b59170Copy full SHA for 9b59170
1 file changed
.gitignore
@@ -10,7 +10,9 @@
10
/vendor
11
12
# Locally-built native extensions (installed into versioned directories)
13
-/lib/code_ownership/*/
+# Keep this narrowly scoped so we don't accidentally ignore real Ruby source dirs
14
+# like lib/code_ownership/private/.
15
+/lib/code_ownership/[0-9]*.[0-9]*/
16
17
Gemfile.lock
18
0 commit comments