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