-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (23 loc) · 809 Bytes
/
.gitattributes
File metadata and controls
30 lines (23 loc) · 809 Bytes
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
26
27
28
29
30
[attr]generated -diff -merge
[attr]sources text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
[attr]config text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
[attr]docs text eol=lf whitespace=blank-at-eol,blank-at-eof
# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
# Configuration files
*.json config
*.yml config
# Documentation files
*.md docs
*.rst docs
# Source code files
*.php sources diff=php
*.test sources
# Generated files
composer.lock generated diff=composerlock
# Special file handling
/tests/Fixtures/**/* -text
# Ignore these files in GitHub dists and `git archive` actions.
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore