-
Notifications
You must be signed in to change notification settings - Fork 62
/
.gitattributes
42 lines (40 loc) · 1.04 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
# Items to ignore when downloading a zip
# Files
.bowerrc export-ignore
.coveralls.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
bower.json export-ignore
codeception.dist.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
composer_post_update_install.sh export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
phpcs.ruleset.xml export-ignore
phpcs.xml export-ignore
phpcs.xml.dist export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
Rakefile export-ignore
readme.md export-ignore
strauss.phar export-ignore
translations.pot export-ignore
# Folders
/.circleci export-ignore
/.github export-ignore
/.husky export-ignore
/.idea export-ignore
/.tx export-ignore
/assets/css/scss export-ignore
/docs export-ignore
/docs/* export-ignore
/node_modules export-ignore
/tests export-ignore
/tests/* export-ignore
/tests/unit-tests/* export-ignore