forked from composer/satis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (18 loc) · 766 Bytes
/
.gitattributes
File metadata and controls
20 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
# These files are always considered text and should use LF.
# See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags.
*.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
*.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
# Exclude these files from git export.
# This will effect when package is installed via --prefer-dist
/*.dist export-ignore
/.*.dist export-ignore
/.*.yml export-ignore
/.dockerignore export-ignore
/.git* export-ignore
/Dockerfile export-ignore
/box.json export-ignore
/docs/ export-ignore
/tests/ export-ignore
/webpack.config.js export-ignore