-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (21 loc) · 867 Bytes
/
Copy path.gitattributes
File metadata and controls
21 lines (21 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ignore these meta files when repository archive gets created.
# Usful when it gets required via `composer require` command.
/.github/ export-ignore
/.tools/ export-ignore
/tests/ export-ignore
/examples/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.wp-env.json export-ignore
/.editorconfig export-ignore
/.nvmrc export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/composer.lock export-ignore
/phpunit.xml.dist export-ignore
/phpcs.xml.dist export-ignore
/lint-stage.config.mjs export-ignore
/psalm.xml.dist export-ignore
/psalm.xml export-ignore
/rector.php export-ignore
/docs export-ignore