Created
January 22, 2015 03:10
-
-
Save chrisatomix/af6b45e6f494081bf3f0 to your computer and use it in GitHub Desktop.
Joomla Gitignore File
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
# 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 | |
# Site Verification Files # | |
########################### | |
google*.html | |
y_key_*.html | |
# Joomla stuff # | |
################ | |
/configuration.php | |
README.txt | |
LICENSE.txt | |
htaccess.txt | |
/cache/* | |
/administrator/cache/* | |
/tmp/* | |
/logs/* | |
/sitemap.xml | |
# Media Files # | |
############### | |
/images/* | |
/files/* | |
!/images/thumbs/image.php | |
/components/com_rsform/uploads/* | |
# Site Specific Stuff # | |
####################### | |
/custom-folder/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment