File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 2
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
3
4
4
# Ignore all test and documentation with "export-ignore".
5
+ /.github export-ignore
5
6
/.gitattributes export-ignore
6
7
/.gitignore export-ignore
7
8
/.travis.yml export-ignore
8
9
/phpunit.xml.dist export-ignore
9
10
/.scrutinizer.yml export-ignore
11
+ /.styleci.yml export-ignore
12
+ /.editorconfig export-ignore
10
13
/tests export-ignore
Original file line number Diff line number Diff line change
1
+ # phpstorm project files
2
+ .idea
3
+
4
+ # netbeans project files
5
+ nbproject
6
+
7
+ # zend studio for eclipse project files
8
+ .buildpath
9
+ .project
10
+ .settings
11
+
12
+ # windows thumbnail cache
13
+ Thumbs.db
14
+
15
+ # Mac DS_Store Files
16
+ .DS_Store
17
+
18
+ # composer
1
19
/vendor
2
- build
3
20
composer.phar
4
21
composer.lock
22
+
23
+ # phpunit
24
+ phpunit.phar
25
+ /phpunit.xml
26
+ .phpunit.result.cache
27
+
28
+ # build
29
+ build
You can’t perform that action at this time.
0 commit comments