File: .gitattributes

package info (click to toggle)
php-slim 3.12.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,556 kB
  • sloc: php: 11,581; makefile: 14; xml: 10; sh: 3
file content (19 lines) | stat: -rw-r--r-- 564 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
# Enforce Unix newlines
* text=lf

# Exclude unused files
# see: https://redd.it/2jzp6k
/example            export-ignore
/tests              export-ignore
/.codeclimate.yml   export-ignore
/.coveralls.yml     export-ignore
/.editorconfig      export-ignore
/.gitattributes     export-ignore
/.gitignore         export-ignore
/.travis.yml        export-ignore
/.github            export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md    export-ignore
/README.md          export-ignore
/phpcs.xml          export-ignore
/phpunit.xml.dist   export-ignore