File: .gitattributes

package info (click to toggle)
php-league-commonmark 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,536 kB
  • sloc: php: 20,636; xml: 1,998; ruby: 45; makefile: 21; javascript: 15
file content (25 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
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
# 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
/CLAUDE.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