-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (20 loc) · 799 Bytes
/
.gitattributes
File metadata and controls
25 lines (20 loc) · 799 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
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
## Hidden directories
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phive export-ignore
/.github export-ignore
/.vscode export-ignore
## Hidden files
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
## Visible directories
/tests export-ignore
/docs export-ignore
/dev export-ignore
## Visible files
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore