-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (20 loc) · 773 Bytes
/
.gitattributes
File metadata and controls
21 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.prettierrc.json export-ignore
/.releaserc export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md 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