Skip to content

Instantly share code, notes, and snippets.

@nykula
Forked from chrisatomix/.gitignore
Last active March 2, 2018 20:19
Show Gist options
  • Save nykula/d2be2517f8641acf3cb76f07f9997e92 to your computer and use it in GitHub Desktop.
Save nykula/d2be2517f8641acf3cb76f07f9997e92 to your computer and use it in GitHub Desktop.
Joomla Gitignore File
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
/cgi-bin
ehthumbs.db
Thumbs.db
*.swp
error_log
*.log
php.ini
php.ini.disabled
# Joomla stuff #
################
/configuration.php
/*.dist
/*.md
/*.txt
!/robots.txt
/cache/*
!/cache/index.html
/administrator/cache/*
!/administrator/cache/index.html
/tmp/*
!/tmp/index.html
/logs/*
!/logs/index.html
/sitemap.xml
/*sitemap.xml
# Misc #
########
adminer.php
README.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment