]> git.r.bdr.sh - rbdr/page/commitdiff
Update behavior about hidden files
authorRuben Beltran del Rio <redacted>
Sun, 16 Apr 2023 11:47:26 +0000 (13:47 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 16 Apr 2023 11:47:26 +0000 (13:47 +0200)
README.gmi

index 22d159f28a78fd4be450ea0b5c13596adb6ff590..ade3518936a0346be2c9788175f26d2edebe8bdc 100644 (file)
@@ -51,9 +51,10 @@ page expects a file called _layout.html in the root. It expects three placeholde
 
 ## Hidden folders
 
-Hidden folders are copied as well, we only make an exception for `.git`, which
-is explicitly ignored. This is handy for folders like .well-known, but could
-cause unwanted behavior if there's other hidden files in the directory.
+Hidden folders are copied as well, we only make an exception for `.git/`, and
+`.gitignore` which are explicitly ignored. This is handy for folders like
+`.well-known`, but could cause unwanted behavior if there's other hidden files
+in the directory.
 
 ## What happens to files that aren't gemini?