Skip to content

Instantly share code, notes, and snippets.

@branquito
Created January 28, 2014 18:44
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 branquito/8673575 to your computer and use it in GitHub Desktop.
Save branquito/8673575 to your computer and use it in GitHub Desktop.
joomla:gitignore:template
# 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