Skip to content

Instantly share code, notes, and snippets.

@andrew-smart
Last active December 10, 2015 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew-smart/6590ded53e64fa1593fe to your computer and use it in GitHub Desktop.
Save andrew-smart/6590ded53e64fa1593fe to your computer and use it in GitHub Desktop.
Magento 2 .gitignore
/app/design/*/Magento
/app/etc
/app/*.*
/bin/
/dev/
/lib/
/phpserver/
/pub/
/setup/
/update/
/var/
/vendor/
/*.*
!/composer.json
!/composer.lock
!/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment