You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
712 B
Plaintext
54 lines
712 B
Plaintext
# WordPress #
|
|
############
|
|
wp-config-local.php
|
|
wp-cli.local.yml
|
|
wp-content/uploads
|
|
wp-content/blogs.dir/
|
|
wp-content/upgrade/
|
|
wp-content/backup-db/
|
|
wp-content/updraft/
|
|
wp-content/backupwordpress-*/
|
|
wp-content/managewp/backups/
|
|
wp-content/advanced-cache.php
|
|
wp-content/wp-cache-config.php
|
|
sitemap.xml
|
|
sitemap.xml.gz
|
|
|
|
# @TODO writable paths
|
|
wp-content/cache/
|
|
wp-content/backups/
|
|
|
|
# Packages #
|
|
############
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.bz2
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
*.tgz
|
|
!wp-includes/**/*.gz
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store*
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
._*
|
|
|
|
# Vim generated files #
|
|
######################
|
|
*.un~
|
|
|
|
# SASS #
|
|
##########
|
|
.sass-cache
|