-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
executable file
·59 lines (59 loc) · 1.31 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
# Used to remove files from deployment using `git archive`
# git files
.gitattributes export-ignore
.gitignore export-ignore
# buildpath files
.buildpath export-ignore
# project files and settings
.project export-ignore
.settings
# composer files
composer.* export-ignore
# travis file
.travis.yml export-ignore
# phpunit files
phpunit.* export-ignore
# CodeSniffer files
phpcs.* export-ignore
# phpDocumentor files
phpdoc.* export-ignore
phpDocumentor.phar export-ignore
# Codeception files
codeception.* export-ignore
codeception-setup.* export-ignore
# general text files
*README.txt export-ignore
*readme.md export-ignore
*README.md export-ignore
*README export-ignore
*LICENSE.txt export-ignore
*license.txt export-ignore
*LICENSE.html export-ignore
COPYRIGHT.txt export-ignore
CHANGELOG.* export-ignore
*changelog.txt export-ignore
*changelog.html export-ignore
*CHANGES.html export-ignore
*INSTALL.html export-ignore
*TODO.txt export-ignore
*API.txt export-ignore
*api.html export-ignore
*KNOWN_ISSUES.txt export-ignore
UPGRADE.txt export-ignore
web.config export-ignore
MAINTAINERS.txt export-ignore
INSTALL*.txt export-ignore
# scripts
bin export-ignore
# data files
data export-ignore
# docs
docs export-ignore
# docs-api
docs-api export-ignore
# libs
lib export-ignore
# tests
tests export-ignore
# vendor
vendor export-ignore