Created
January 28, 2014 18:44
-
-
Save branquito/8673575 to your computer and use it in GitHub Desktop.
joomla:gitignore:template
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
# Ignore everything | |
/* | |
# Don't ignore directories, so we can recurse into them | |
!*/ | |
/cache/ | |
cli/ | |
includes/ | |
libraries/ | |
logs/ | |
tmp/ | |
# Don't ignore .gitignore and *.foo files | |
!.gitignore | |
!*.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment