Skip to content

Commit c1c9e56

Browse files
committed
#8 Update gitignore
1 parent a0d2508 commit c1c9e56

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
/vendor
21
/node_modules
3-
package-lock.json
42
yarn.lock
3+
package-lock.json
4+
5+
/vendor
6+
composer.phar
57
composer.lock
8+
auth.json
9+
610
phpunit.xml
711
.phpunit.result.cache
12+
13+
.DS_Store
14+
Thumbs.db
15+
/.idea

0 commit comments

Comments
 (0)