aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Johnson <wirecat@github.com>2025-05-02 15:04:54 -0700
committerGitHub <noreply@github.com>2025-05-02 15:04:54 -0700
commit982fb519b37362d02028ab8588953a9a597d4c61 (patch)
tree2dbe883fba4b1dc43d29a1df009bc3d9c10be145
parent6b4026c2f01379bd9a7649d08f575350a121c41e (diff)
downloadgitignore-wirecat-patch-1.tar.gz
gitignore-wirecat-patch-1.zip
Create CODEOWNERSwirecat-patch-1
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..31234448
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,7 @@
+# Order is important. The LAST matching pattern has the MOST precedence.
+# gitignore style patterns are used, not globs.
+# https://docs.github.com/articles/about-codeowners
+# https://git-scm.com/docs/gitignore
+
+# Catch All - Defer to the gitignore maintainers
+* @github/gitignore-maintainers