.gitignore 155 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 # see gitignore syntax: https://git-scm.com/docs/gitignore /vendor/ /vendor*/ /config/app.php /tmp/* /logs/* /.settings/ .DS_Store composer.lock.* *.ORIG