File tree Expand file tree Collapse file tree 3 files changed +33
-21
lines changed
Expand file tree Collapse file tree 3 files changed +33
-21
lines changed Original file line number Diff line number Diff line change 1- node_modules
1+ # phpstorm project files
2+ .idea
23
3- # composer
4- composer.phar
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+ # composer vendor dir
516/vendor
17+
618/composer.lock
719
8- .phpunit.result.cache
9- /nbproject /private /
20+ # composer itself is not needed
21+ composer.phar
22+
23+ # Mac DS_Store Files
24+ .DS_Store
25+
26+ # phpunit itself is not needed
27+ phpunit.phar
28+ # local phpunit config
29+ /phpunit.xml
30+
31+ # local tests configuration
32+ /tests /data /config.local.php
33+
34+ # runtime cache
35+ /tests /runtime
36+
37+ .phpunit.result.cache
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments