File: .gitattributes

package info (click to toggle)
php-league-commonmark 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,260 kB
  • sloc: php: 20,378; xml: 1,988; ruby: 45; makefile: 21; javascript: 15
file content (24 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/commonmark-banner.png  export-ignore
/.editorconfig        export-ignore
/.gitattributes       export-ignore
/.github              export-ignore
/.gitignore           export-ignore
/.nojekyll            export-ignore
/.scrutinizer.yml     export-ignore
/.styleci.yml         export-ignore
/CHANGELOG-0.x.md     export-ignore
/CHANGELOG-1.x.md     export-ignore
/docker               export-ignore
/docker-compose.yml   export-ignore
/docs                 export-ignore
/phpcs.xml.dist       export-ignore
/phpstan.neon.dist    export-ignore
/phpunit.xml.dist     export-ignore
/psalm.xml            export-ignore
/RELEASE_CHECKLIST.md export-ignore
/roave-bc-check.yaml  export-ignore
/tests                export-ignore