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