From 5942f51b4c3684e207b6658825e5134208c96f95 Mon Sep 17 00:00:00 2001 From: "s.hajizadeh" Date: Mon, 17 Aug 2026 17:41:22 +0330 Subject: [PATCH] Stop ignoring markdown under docs/ so Fanavaran docs can be committed without -f. Co-authored-by: Cursor --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5803d18..35687b4 100644 --- a/.gitignore +++ b/.gitignore @@ -180,6 +180,9 @@ dist *.m4x *.txt *.md +!README.md +!docs/ +!docs/**/*.md *.sh !scripts/fanavaran-flow-test.sh !scripts/fanavaran-auth.sh