-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy path.gitattributes
More file actions
49 lines (45 loc) · 1.59 KB
/
.gitattributes
File metadata and controls
49 lines (45 loc) · 1.59 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
# Distribution ignores (excluded from archives)
# Dotfiles and directories
/.agents/ export-ignore
/.claude/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.githooks/ export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.prettierignore export-ignore
/.prettierrc.js export-ignore
/.stylelintrc.json export-ignore
/.wordpress-org/ export-ignore
/.wp-env.json export-ignore
# Build and config files
/bin/ export-ignore
/composer.json export-ignore
/eslint.config.cjs export-ignore
/jest.config.js export-ignore
/jest.setup.js export-ignore
/local/ export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/tsconfig.json export-ignore
/webpack.config.js export-ignore
# Source and tests (build/ is distributed, src/ is not)
/docs/ export-ignore
/snippets/ export-ignore
/src/ export-ignore
/tests/ export-ignore
# Documentation (readme.txt is kept for WordPress.org)
/CHANGELOG.md export-ignore
/AGENTS.md export-ignore
/CLAUDE.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/FEDERATION.md export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
# GitHub linguist attributes
/build/** linguist-generated
/docs/** linguist-documentation
/package-lock.json linguist-generated