-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
27 lines (26 loc) · 971 Bytes
/
.gitattributes
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
# This file tells which files and directories should be ignored and
# NOT downloaded when using composer to pull down a project with
# the --prefer-dist option selected. Used to remove development
# specific files so user has a clean download.
/.devcontainer/ export-ignore
/.github/ export-ignore
/.pnpm-store/ export-ignore
/example/ export-ignore
/node_modules/ export-ignore
/src/Icons.php export-ignore
/tests/ export-ignore
/vendor/ export-ignore
/.gitattributes export-ignore
/.prettierrc.json export-ignore
/.gitignore export-ignore
/.releaserc export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/coverage.xml export-ignore
/ecs.php export-ignore
/package.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/pnpm-lock.yaml export-ignore
/rector.php export-ignore
/SECURITY.md export-ignore