Created
May 17, 2016 06:04
-
-
Save IamSwap/f485ef9e23ae8779e6e883cf7960b305 to your computer and use it in GitHub Desktop.
Gitignore file for Magento 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/.buildpath | |
/.cache | |
/.metadata | |
/.project | |
/.settings | |
atlassian* | |
/nbproject | |
/sitemap | |
/.idea | |
/.gitattributes | |
/.codeintel | |
/app/code/Magento | |
/app/design/*/Magento | |
/app/etc | |
/app/i18n/magento | |
/app/*.* | |
/bin | |
/dev | |
/lib | |
/node_modules | |
/phpserver | |
/pub | |
/setup | |
/update | |
/var | |
/vendor | |
/*.* | |
!README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment