-
Notifications
You must be signed in to change notification settings - Fork 562
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (51 loc) · 2 KB
/
Copy path.gitattributes
File metadata and controls
57 lines (51 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Files that should NOT ship in the distributed plugin.
#
# `git archive` (and GitHub's auto-generated release source zips, which honor
# these attributes) export everything EXCEPT the paths marked export-ignore
# below. Keep this list in sync with the rsync --exclude list in
# .claude/skills/cmb2-release/references/svn-deploy.md so the GitHub export and
# the wordpress.org SVN deploy ship the same files.
# Based on https://plugins.trac.wordpress.org/browser/cmb2/trunk
# Version control / CI
.git export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
.scrutinizer.yml export-ignore
# Agent / AI tooling (dev-only)
.agents export-ignore
.claude export-ignore
.codex export-ignore
.beads export-ignore
.cursorrules export-ignore
.copilot export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
# Dependencies (installed locally, never shipped)
node_modules export-ignore
vendor export-ignore
composer.json export-ignore
composer.lock export-ignore
package.json export-ignore
package-lock.json export-ignore
# Build / lint / test tooling and config
scripts export-ignore
tools export-ignore
tests export-ignore
phpunit.xml.dist export-ignore
.phpcs.xml.dist export-ignore
eslint.config.mjs export-ignore
playwright.config.js export-ignore
.wp-env.json export-ignore
.wp-env-tests.json export-ignore
Gruntfile.js export-ignore
apigen export-ignore
Dockunit.json export-ignore
cypress.json export-ignore
# Sass sources (compiled css/*.css ships; the .scss sources do not)
*.scss export-ignore
css/sass export-ignore
# Stray archives
.zip export-ignore