diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 13:47:26 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 13:47:26 +0200 |
| commit | 7a397dd96bd204d42e57c26d848222155d8a5390 (patch) | |
| tree | 3bd229a4f3936218a6dd8eaea928227e7b867f50 | |
| parent | ea5297364f8a1b2c4e684140024b60a83b087b50 (diff) | |
Update behavior about hidden files
| -rw-r--r-- | README.gmi | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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? |