# gitattributes

> Claude/Codex skill by [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars · Updated 2026-08-31

Use when auditing or updating .gitattributes export-ignore coverage so dev-only files (lint configs, CI, tests, docs, build tooling) don't ship in the WordPress.org plugin zip. Run before a release, after adding a new top-level file or config, or when a tool is renamed (e.g. .eslintrc.js → eslint.config.cjs).

Tags: activitypub, activitystreams, decentralized, federated, federated-social-web, fediverse, hacktoberfest, mastodon, ostatus, wordpress, wordpress-plugin

## Install

```sh
git clone https://github.com/Automattic/wordpress-activitypub /tmp/wordpress-activitypub && ln -s /tmp/wordpress-activitypub/.claude/skills/gitattributes ~/.claude/skills/gitattributes
```

## From README

Read .agents/skills/gitattributes/SKILL.md for full instructions.

## Links

- HTML page: https://omgskills.com/skills/automattic/wordpress-activitypub/gitattributes/
- GitHub: https://github.com/Automattic/wordpress-activitypub
- Author: [@automattic](https://omgskills.com/library/automattic/index.md)

## More from this repo

- [code-style](https://omgskills.com/skills/automattic/wordpress-activitypub/code-style/index.md) — PHP coding standards and WordPress patterns for ActivityPub plugin.
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
- [dev](https://omgskills.com/skills/automattic/wordpress-activitypub/dev/index.md) — Development workflows for WordPress ActivityPub plugin including wp-env setup, testing commands, linting, and build...
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
- [federation](https://omgskills.com/skills/automattic/wordpress-activitypub/federation/index.md) — ActivityPub protocol specification and federation concepts.
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 578 stars
