Created
July 3, 2013 12:25
-
-
Save maxheadroom/5917481 to your computer and use it in GitHub Desktop.
gitignore challenge
This file contains hidden or 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
| downloader/... | |
| app/design/frontend/zibev/* | |
| errors/... | |
| skin/frontend/zibev/* | |
| media/... | |
| readme.txt | |
| .gitignore |
Author
Author
this .gitignore seems to work:
*
!app/
!app/design/
!app/design/frontend/
!app/design/frontend/zibev/
!app/design/frontend/zibev/*
!app/design/frontend/zibev//
!app/design/frontend/zibev///*
!app/design/frontend/zibev////
!app/design/frontend/zibev/////*
!skin/
!skin/frontend/
!skin/frontend/zibev/
!skin/frontend/zibev/*
!skin/frontend/zibev//
!skin/frontend/zibev///*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tried this .gitignore file:
!app/
!app/*
!app/design/*
!app/design/frontend/*
!.gitignore
doesn't work