-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (18 loc) · 681 Bytes
/
.gitattributes
File metadata and controls
21 lines (18 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/package.json export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/webpack.mix.js export-ignore
resources/assets/js/* linguist-vendored
resources/assets/css/* linguist-vendored