diff options
author | EuAndreh <eu@euandre.org> | 2023-04-04 08:33:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-04 08:43:15 -0300 |
commit | 08588f9907299b1a927e281d5c65b46b7cefa427 (patch) | |
tree | 860f8550c2efee35df9bfa1ef56e338f8331c2d1 /v2/.gitignore | |
parent | dynamic.mk: Use serve(1) as is (diff) | |
download | euandre.org-08588f9907299b1a927e281d5c65b46b7cefa427.tar.gz euandre.org-08588f9907299b1a927e281d5c65b46b7cefa427.tar.xz |
Revamp v2/
Diffstat (limited to '')
-rw-r--r-- | v2/.gitignore | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/v2/.gitignore b/v2/.gitignore index 4ce7eaa..505c08b 100644 --- a/v2/.gitignore +++ b/v2/.gitignore @@ -1,9 +1,8 @@ -/src/development/config.env /generated.mk -/src/content/TODOs.html -/aux/tld.txt -/src/content/.well-known/security.txt - -/src/content/pastebins/*.html -/src/content/pastebins/*.txt -/src/content/pastebins/*.entry-* +/*.sentinel +/src/lib/base-conf +/src/development/security-txt.sh +/public/ +/src/content/*/*.conf +/src/content/*/*.content +/src/content/*/*.html |