Last active
August 29, 2015 14:04
-
-
Save wycks/574052a64eee9307b06c to your computer and use it in GitHub Desktop.
.gitignore
This file contains 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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# 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 and SVN and stuff# | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
*.svn | |
*.ftpquota | |
*.dat | |
*.upd | |
error_log | |
*.ini | |
*.htpasswd | |
*.docx | |
*.htaccess | |
# OS/IDE generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
*.manifest | |
.idea/* | |
*.idea | |
*.lock | |
workspace.xml | |
# Folders and WordPress | |
###################### | |
.htaccess | |
cache/ | |
videos/ | |
pdf/ | |
objectcache/ | |
pgcache/ | |
dbcache/ | |
sitemap.xml | |
sitemap.xml.gz | |
wp-content/advanced-cache.php | |
wp-content/backup-db/ | |
wp-content/backups/ | |
wp-content/blogs.dir/ | |
wp-content/upgrade/ | |
#wp-content/uploads/ | |
wp-content/wp-cache-config.php | |
wp-config.php | |
configs/ | |
======= | |
robots.txt | |
#images movie /assets | |
###################### | |
*.flv | |
*.wmv | |
*.swf | |
*.avi | |
*.mp4 | |
*.mpeg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment