<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>.treeignore</title>
      <link>https://ciroalo.github.io/treeignore-website</link>
      <description>Last 10 notes on .treeignore</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>profiles.treeignore</title>
    <link>https://ciroalo.github.io/treeignore-website/examples/profiles.treeignore</link>
    <guid>https://ciroalo.github.io/treeignore-website/examples/profiles.treeignore</guid>
    <description><![CDATA[ # .treeignore with multiple profiles # Each profile adds its own exclusions on top of global ones # Global exclusions .git/ node_modules/ dist/ target/ *.log # Documentation view — hides tests and CI config tree_docs = [ &quot;tests/&quot;, &quot;.github/&quot;, &quot;benches/&quot;, &quot;scripts/&... ]]></description>
    <pubDate>Sun, 05 Apr 2026 23:46:27 GMT</pubDate>
  </item><item>
    <title>full.treeignore</title>
    <link>https://ciroalo.github.io/treeignore-website/examples/full.treeignore</link>
    <guid>https://ciroalo.github.io/treeignore-website/examples/full.treeignore</guid>
    <description><![CDATA[ # ========================== # .treeignore — full example # ========================== # Demonstrates global exclusions, profiles, and tags # ---- Global exclusions ---- # These apply to every tree output .git/ node_modules/ dist/ build/ /target *.log **/*.tmp .DS_Store # ---- Profiles ---- # Each p... ]]></description>
    <pubDate>Sun, 05 Apr 2026 23:46:27 GMT</pubDate>
  </item><item>
    <title>basic.treeignore</title>
    <link>https://ciroalo.github.io/treeignore-website/examples/basic.treeignore</link>
    <guid>https://ciroalo.github.io/treeignore-website/examples/basic.treeignore</guid>
    <description><![CDATA[ # Simple .treeignore with global exclusions only # No profiles, no tags — just patterns to exclude # Version control .git/ # Dependencies node_modules/ vendor/ # Build artifacts dist/ build/ target/ # IDE and editor files *.swp *.swo # OS files .DS_Store Thumbs.db # Logs *.log. ]]></description>
    <pubDate>Sun, 05 Apr 2026 23:46:27 GMT</pubDate>
  </item><item>
    <title>format</title>
    <link>https://ciroalo.github.io/treeignore-website/format</link>
    <guid>https://ciroalo.github.io/treeignore-website/format</guid>
    <description><![CDATA[ .treeignore File Format Project Name: .treeignore Project Manager: @ciroalo Last Revision Date: April 3, 2026 Version: 0.1 Status: Stable (MVP subset) This document defines the complete syntax and semantics of the .treeignore file format. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item><item>
    <title>.treeignore</title>
    <link>https://ciroalo.github.io/treeignore-website/</link>
    <guid>https://ciroalo.github.io/treeignore-website/</guid>
    <description><![CDATA[ .treeignore is a configuration file format for tree-it, a CLI tool that generates visual directory trees for documentation and project visualization. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item><item>
    <title>matching</title>
    <link>https://ciroalo.github.io/treeignore-website/matching</link>
    <guid>https://ciroalo.github.io/treeignore-website/matching</guid>
    <description><![CDATA[ Pattern Matching Version: 0.1 Status: Stable (MVP subset) This document defines the pattern matching rules used by .treeignore and .gitignore fallback in tree-it Overview tree-it uses an in-house pattern matcher inspired by .gitignore semantics. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item><item>
    <title>profiles</title>
    <link>https://ciroalo.github.io/treeignore-website/profiles</link>
    <guid>https://ciroalo.github.io/treeignore-website/profiles</guid>
    <description><![CDATA[ Profiles Project Name: .treeignore Project Manager: @ciroalo Last Revision Date: April 3, 2026 Version: 0.1 Status: Stable (MVP subset) This document describes the profile system in .treeignore What are Profiles? Profiles let you define multiple filtered views of the same project tree. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item><item>
    <title>resolution</title>
    <link>https://ciroalo.github.io/treeignore-website/resolution</link>
    <guid>https://ciroalo.github.io/treeignore-website/resolution</guid>
    <description><![CDATA[ Ignore File Resolution Project Name: .treeignore Project Manager: @ciroalo Last Revision Date: April 3, 2026 Version: 0.1 Status: Stable (MVP subset) This document describes how tree-it resolves which ignore file to use when generating directory trees. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item><item>
    <title>tags</title>
    <link>https://ciroalo.github.io/treeignore-website/tags</link>
    <guid>https://ciroalo.github.io/treeignore-website/tags</guid>
    <description><![CDATA[ Tags Project Name: .treeignore Project Manager: @ciroalo Last Revision Date: April 3, 2026 Version: 0.1 Status: Stable (MVP subset) This document describes the tag system in .treeignore Overview Tags are CLI-style defined inside .treeignore that influence how trees are generated or displayed. ]]></description>
    <pubDate>Sun, 05 Apr 2026 19:47:03 GMT</pubDate>
  </item>
    </channel>
  </rss>