Skip to content

Commit b4c2298

Browse files
committed
Update .gitignore
1 parent a4fa3df commit b4c2298

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.gitignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
.Trashes
55
Thumbs.db
66
Desktop.ini
7-
.idea
8-
_build
9-
phpunit.xml
107
composer.lock
118
composer.phar
12-
vendor
13-
/report
14-
/.settings
9+
phpunit.xml
1510
/.buildpath
16-
/.project
11+
/.idea
12+
/.project
13+
/.settings
14+
/build
15+
/vendor

samples/results/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

samples/results/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)