File: .gitattributes

package info (click to toggle)
php-dompdf-svg-lib 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: php: 6,882; xml: 17; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.json  text
*.xml   text
*.php   text
*.md    text
*.css   text
*.js    text
*.html  text
*.htm   text
*.svg   text

# Ignore all test and documentation with "export-ignore".
/.gitattributes     export-ignore
/.github            export-ignore
/.gitignore         export-ignore
/tests              export-ignore
/SECURITY.md        export-ignore
/phpcs.xml          export-ignore
/phpunit.xml        export-ignore