-
-
Notifications
You must be signed in to change notification settings - Fork 340
/
.gitattributes
40 lines (38 loc) · 2.52 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
# 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
/.phpunit.cache export-ignore
/build export-ignore
/database/database.sqlite export-ignore
/database/sqlite.database export-ignore
/docs export-ignore
/resources/views/tests export-ignore
/tests export-ignore
/vendor export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.cache export-ignore
/.php-cs-fixer.php export-ignore
/phpunit.result.cache export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm.xml.dist export-ignore
/testbench.yaml export-ignore
/codecov.yml export-ignore
/coverage.xml export-ignore
/pint.json export-ignore
# Exclude unminified versions of files
/resources/js/laravel-livewire-tables-thirdparty.js export-ignore
/resources/js/laravel-livewire-tables.js export-ignore
/resources/css/laravel-livewire-tables-thirdparty.css export-ignore
/resources/css/laravel-livewire-tables.css export-ignore
/resources/css/numberRange.css export-ignore
/resources/css/numericSlider.css export-ignore
/resources/css/flatpickr.css export-ignore
/resources/js/partials/filter-date-range.js export-ignore
/resources/js/partials/filter-number-range.js export-ignore
/resources/js/partials/reorder.js export-ignore
/minifyJs export-ignore