-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (73 loc) · 1.71 KB
/
.gitignore
File metadata and controls
81 lines (73 loc) · 1.71 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
.idea
.vscode
/vendor/
/vendor-bin/**/vendor/
.DS_Store
bin
*/**/phpstan.neon
*/**/phpstan-baseline.neon
.php_cs.dist
# ignore editor config
**/*.editorconfig
# ignore demo files
**/.travis.yml
# ignore renovate configs
**/renovate.json
# ignore .github files
**/*/.github
# ignore changelogs
**/CHANGELOG.md
**/CHANGELOG*.md
# ignore code of conduct
**/CODE_OF_CONDUCT.md
# ignore codecov
*/*/codecov.yml
# ignore composer.json
*/*/composer.json
*/*/composer.json.license
*/*/composer.lock
# ignore README and UPGRADE
*/**/README.md
*/**/README.rst
*/**/UPGRADE.md
*/**/UPGRADING.md
*/**/UPGRADE-*.md
*/**/CONTRIBUTING.md
*/**/SECURITY.md
*/**/RELEASE.md
# ignore codestyle tools config
*/*/psalm.xml
*/*/psalm.xml.license
*/*/psalm.baseline.xml
*/*/psalm-baseline.xml
*/*/phpcs.xml
*/*/phpcs.xml.dist
*/*/.php-cs-fixer.php
*/*/.php-cs-fixer.dist.php
*/*/.phpcs.xml
*/*/phpstan.neon.dist
*/*/phpunit.xml
*/*/phpunit.xml.dist
*/*/.scrutinizer.yml
# ignore gitignores and gitattributes
*/*/.gitignore
*/*/.gitattributes
# ignore docs and tests
*/*/tests
composer/composer/installed.php
composer/endroid/qr-code/assets/*
composer/phpseclib/phpseclib/.git*
composer/phpseclib/phpseclib/*.yml
composer/phpseclib/phpseclib/build/
composer/phpseclib/phpseclib/travis/
composer/phpseclib/phpseclib/BACKERS.md
composer/phpseclib/phpseclib/composer.lock
composer/psr/log/Psr/Log/Test/
composer/psr/http-factory/.pullapprove.yml
composer/psr/http-message/docs/
# Keep only DejaVuSerifCondensed.ttf from mpdf ttfonts
composer/mpdf/mpdf/ttfonts/*.ttf
composer/mpdf/mpdf/ttfonts/*.otf
!composer/mpdf/mpdf/ttfonts/DejaVuSerifCondensed.ttf