-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (35 loc) · 913 Bytes
/
Copy path.gitattributes
File metadata and controls
41 lines (35 loc) · 913 Bytes
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
# Git/CI
.git* export-ignore
.github export-ignore
# WordPress.org assets (deployed to the SVN assets/ directory, not shipped)
.wordpress-org export-ignore
# Agent/IDE configuration
.claude export-ignore
.codex export-ignore
.agents export-ignore
# Testing
.phpunit.* export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
phpcs.xml export-ignore
phpcs.xml.dist export-ignore
tests export-ignore
# Build/Dev
composer.lock export-ignore
# Dev vendors
vendor/phpunit export-ignore
vendor/sebastian export-ignore
vendor/phpspec export-ignore
vendor/myclabs export-ignore
vendor/nikic export-ignore
vendor/doctrine export-ignore
vendor/phar-io export-ignore
vendor/theseer export-ignore
vendor/wp-phpunit export-ignore
vendor/yoast export-ignore
vendor/**/test export-ignore
vendor/**/tests export-ignore
vendor/**/Test export-ignore
vendor/**/Tests export-ignore
# Misc
.DS_Store export-ignore