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.
2 parents a8b5a13 + 96da2b9 commit fbd32a2Copy full SHA for fbd32a2
1 file changed
.gitignore
@@ -25,6 +25,10 @@
25
uploads/*
26
!uploads/.keep
27
28
+# Some people use Certbot or similar tools to make SSL certificates.
29
+# Also see https://www.rfc-editor.org/rfc/rfc5785
30
+public/.well-known/
31
+
32
# Do not keep cache files
33
.php_cs.cache
34
.phpcs-cache
@@ -50,4 +54,4 @@ phpstan.neon
50
54
###< phpstan/phpstan ###
51
55
52
56
.claude/
53
-CLAUDE.md
57
+CLAUDE.md
0 commit comments