-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitattributes
60 lines (54 loc) · 1.4 KB
/
.gitattributes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Exclude the following from being included in the archive.
/bin export-ignore
#/build export-ignore
/docs export-ignore
/logs export-ignore
/node_modules export-ignore
/tests export-ignore
/composer.json
/composer.lock
/vendor/symfony export-ignore
/vendor/doctrine export-ignore
/vendor/sebastian export-ignore
/vendor/webmozart export-ignore
/vendor/phpdocumentor export-ignore
/vendor/phpspec export-ignore
/vendor/myclabs export-ignore
/vendor/phpunit export-ignore
/vendor/bin export-ignore
/vendor/phpunit export-ignore
/vendor/composer export-ignore
/vendor/autoload.php export-ignore
/.babelrc export-ignore
/.tx export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.jshintrc export-ignore
/.editorconfig export-ignore
/.csslintrc export-ignore
/.csslintrc-strict export-ignore
/.travis.yml export-ignore
/CHANGELOG.txt export-ignore
/README.md export-ignore
/phpunit.xml export-ignore