Skip to content

Commit 96da2b9

Browse files
authored
.gitignore: add public/.well-known directory (#1335)
RFC 5785 defines /.well-known/ as the prefix for "well-known locations" in URIs. This prefix is used for example by Certbot/Let's Encrypt to request SSL certificates. PartDB doesn't need to care about this directory, but also should not see its existence as the git tree being "dirty".
1 parent 991daf0 commit 96da2b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
uploads/*
2626
!uploads/.keep
2727

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+
2832
# Do not keep cache files
2933
.php_cs.cache
3034
.phpcs-cache
@@ -50,4 +54,4 @@ phpstan.neon
5054
###< phpstan/phpstan ###
5155

5256
.claude/
53-
CLAUDE.md
57+
CLAUDE.md

0 commit comments

Comments
 (0)