Skip to content

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 authored Jul 8, 2019
1 parent a1db552 commit e76a582
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
composer.phar
/vendor/
docs/build
/build
/vendor
/composer.lock
.DS_Store
.github*
/.idea


# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down

0 comments on commit e76a582

Please sign in to comment.