julien/lovepublic Fork 0
6b4a40d
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ignore handwritten notes only

julienbrg committed 2026-09-17T22:48:51+02:00 Browse files
6b4a40d parent: a825b55
modified .gitignore +2 -2
@@ -8,8 +8,8 @@ out/
88 /broadcast/*/31338/
99 /broadcast/**/dry-run/
1010
11-# Docs
12-docs/
11+# Docs — `forge doc` output only; docs/notes is written by hand and tracked
12+docs/notes
1313
1414 # Dotenv file
1515 .env
@@ -8,8 +8,8 @@ out/
8 /broadcast/*/31338/8 /broadcast/*/31338/
9 /broadcast/**/dry-run/9 /broadcast/**/dry-run/
10 10
11-# Docs11+# Docs — `forge doc` output only; docs/notes is written by hand and tracked
12-docs/12+docs/notes
13 13
14 # Dotenv file14 # Dotenv file
15 .env15 .env