summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rob Loach <RobLoach@users.noreply.github.com> 2025-12-31 05:51:02 -0500
committerGravatar GitHub <noreply@github.com> 2025-12-31 11:51:02 +0100
commit0754b4a53a538f6632f6152c03fff6f2a6966f45 (patch)
treeb16d6a89d8d56d9ebe7c9237f7ae2e3fa69ae47f
parent19bdfc026700087bc1c910fbf8920aa0a77f4f5c (diff)
gitignore: Ignore all the installed extensions (#8372)
Have the `extensions/.gitignore` ignore all installed extensions so that they don't show up in `git status`
-rw-r--r--extensions/.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/.gitignore b/extensions/.gitignore
index cd5592022..489c46a48 100644
--- a/extensions/.gitignore
+++ b/extensions/.gitignore
@@ -1 +1,5 @@
-[xX]*
+*
+!.gitignore
+!.htaccess
+!index.html
+!README.md