Created
March 9, 2017 10:51
-
-
Save jonathanjanssens/85b71b9b3696e5485df14fd9e6120c21 to your computer and use it in GitHub Desktop.
Magento .gitignore
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
/* | |
!.gitignore | |
!app/ | |
!skin/ | |
app/* | |
!app/code | |
app/code/* | |
!app/code/local | |
!app/code/community | |
!app/etc | |
app/etc/* | |
!app/etc/modules | |
skin/* | |
!skin/ | |
!skin/frontend/ | |
skin/frontend/* | |
!skin/frontend/your-package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment