-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (32 loc) · 1.21 KB
/
Copy path.gitattributes
File metadata and controls
34 lines (32 loc) · 1.21 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
# Path-based git attributes — XOOPS module DevOps baseline.
# xoops-overlay:profile=core27
# https://git-scm.com/docs/gitattributes
# Normalize line endings.
* text=auto
*.php text eol=lf
# Keep development & CI files OUT of the release archive (git archive / GitHub release ZIP).
/.github export-ignore
/.build export-ignore
/stubs export-ignore
/tests export-ignore
/testdata export-ignore
/docs export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.php-cs-fixer.cache export-ignore
/.scrutinizer.yml export-ignore
/.xoops-overlay.json export-ignore
/phpstan.neon export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
/phpstan-bootstrap.php export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/rector.php export-ignore
/sonar-project.properties export-ignore
/.git-blame-ignore-revs export-ignore
/composer.lock export-ignore
/CHANGELOG.md export-ignore