# .distignore — paths kept OUT of the plugin shipped to WordPress.org. # Everything not listed here is copied into the SVN trunk/tag by the deploy # workflow (.github/workflows/deploy.yml). Keep this in sync with build.sh. # Version control & CI /.git /.github /.gitignore /.gitattributes # AI / agent tooling (auto-generated, developer-specific) /.agent /.agent-mem /.agents /.brainsync /.claude /.cursor /.vscode /.mcp.json /.mcp.json.bak /.windsurfrules /AGENT.md /CLAUDE.md # Repo docs & build tooling (not part of the plugin payload) /README.md /build.sh /build.ps1 /build.cmd /scripts # Build artefacts & local SVN checkout /build /aam-partial-cod /.wordpress-org *.zip *.bak *.log # WordPress.org marketing assets that live in the repo's /assets but must NOT # ship inside the plugin (icon/banner/screenshots go to SVN /assets instead). /assets/icon-256x256.png /assets/screenshot-1.png /assets/screenshot-2.png /assets/screenshot-3.png /assets/bangla-text.md # Raw translation sources — ship compiled .mo and the .pot template, not .po. /languages/*.po