generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 72
/
.gitattributes
29 lines (28 loc) · 1009 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
28
29
# 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
/docs export-ignore
/resources/css export-ignore
/resources/js export-ignore
/tests export-ignore
/.babelrc export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.prettierignore export-ignore
/.prettierrc export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/CONTRIBUTING.md export-ignore
/CHANGELOG.md export-ignore
/package-lock.json export-ignore
/phpunit.xml.dist export-ignore
/postcss.config.js export-ignore
/tailwind.config.js export-ignore
/tsconfig.json export-ignore
/yarn.lock export-ignore
.php_cs.php export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore