diff --git a/.gitignore b/.gitignore index cecc3bec..432c5b8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,51 +1,54 @@ -# These are some examples of commonly ignored file patterns. -# You should customize this list as applicable to your project. -# Learn more about .gitignore: -# https://www.atlassian.com/git/tutorials/saving-changes/gitignore -# wp-config local file +# WordPress # +############ wp/wp-config-local.php -# Node artifact files -node_modules/ -#dist/ +wp/wp-cli.local.yml +wp/wp-content/uploads +wp/wp-content/blogs.dir/ +wp/wp-content/upgrade/ +wp/wp-content/backup-db/ +wp/wp-content/updraft/ +wp/wp-content/backupwordpress-*/ +wp/wp-content/managewp/backups/ +wp/wp-content/advanced-cache.php +wp/wp-content/wp-cache-config.php +wp/wp-content/themes/twentytwenty*/ +wp/sitemap.xml +wp/sitemap.xml.gz -# Compiled Java class files -*.class +# @TODO writable paths +wp/wp-content/cache/ +wp/wp-content/backups/ -# Compiled Python bytecode -*.py[cod] - -# Log files -*.log - -# Package files +# Packages # +############ +*.7z +*.dmg +*.gz +*.bz2 +*.iso *.jar +*.rar +*.tar +*.zip +*.tgz +!wp-includes/**/*.gz -# Maven -target/ -#dist/ +# Logs and databases # +###################### +*.log +*.sql -# JetBrains IDE -.idea/ - -# Unit test reports -TEST*.xml - -# Generated by MacOS -.DS_Store - -# Generated by Windows +# OS generated files # +###################### +.DS_Store* +ehthumbs.db Thumbs.db +._* -# Applications -*.app -*.exe -*.war - -# Large media files -*.mp4 -*.tiff -*.avi -*.flv -*.mov -*.wmv +# Vim generated files # +###################### +*.un~ +# SASS # +########## +.sass-cache