File: .gitattributes

package info (click to toggle)
php-constant-time 3.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: php: 2,109; xml: 35; makefile: 16
file content (12 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# This way, the files would be available in the repository but it would not be downloaded when the package is required by another project.
/.github             export-ignore
/.gitignore          export-ignore
/.gitattributes      export-ignore
/fuzzing             export-ignore
/tests               export-ignore
/infection.json.dist export-ignore
/phpunit.xml.dist    export-ignore
/psalm*              export-ignore