diff options
author | EuAndreh <eu@euandre.org> | 2025-04-18 02:10:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-18 02:15:50 -0300 |
commit | 1142af85261b31c0966abffb4b0a0e8a50363562 (patch) | |
tree | 82e49e6b5da338bb8a0c0fcb3d14e3a672838fbc /.gitignore | |
parent | git mv src/content/public.asc src/content/public.asc.txt (diff) | |
download | euandre.org-1142af85261b31c0966abffb4b0a0e8a50363562.tar.gz euandre.org-1142af85261b31c0966abffb4b0a0e8a50363562.tar.xz |
src/symlinks.txt: Setup symlinking with some manually added entries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,4 @@ +*.sentinel *.htmlbody *.embedded-config *.conf @@ -36,3 +37,17 @@ feed.*.xml /expiry.txt /src/content/security.txt /src/content/.well-known/security.txt +/src/content/css/ +/src/content/en/ +/src/content/favicon/ +/src/content/static/ +/src/content/images/ +src/content/public.asc +src/content/public-key.txt +src/content/atom.xml +src/content/rss.xml +src/content/feed.atom +src/content/feed.en.atom +src/content/feed.articles.en.atom +src/content/feed.blog.en.atom +src/content/feed.til.en.atom |