Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created October 11, 2023 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Musilda/d79e49ae84839fa17d8689aa24951b96 to your computer and use it in GitHub Desktop.
Save Musilda/d79e49ae84839fa17d8689aa24951b96 to your computer and use it in GitHub Desktop.
gitignore-for-wordpress.txt
### WordPress Core ###
wp-includes/*
wp-admin/*
wp-content/uploads/*
wp-content/languages/*
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
sitemap.xml
*.log
wp-content/cache/
wp-content/backups/
sitemap.xml.gz
## Files in root ##
## WordPress files in root ##
index.php
license.txt
readme.html
robots.txt
wordfence-waf.php
wp-activate.php
wp-blog-header.php
wp-comments-post.php
wp-config.php
wp-cron.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php
wp-content/wp-config.php
wp-content/debug.txt
.htaccess
### WordPress Plugins ###
wp-content/plugins/age-verification-for-woocommerce
wp-content/plugins/ajax-search-for-woocommerce
wp-content/plugins/czech-services-for-woocommerce
wp-content/plugins/gutenberg
wp-content/plugins/gutenify
wp-content/plugins/heureka
wp-content/plugins/musilda-products-slider
wp-content/plugins/musilda-woocommerce-header-account
wp-content/plugins/order-delivery-date
wp-content/plugins/toret-dpd
wp-content/plugins/toret-srovnavace-zbozi
wp-content/plugins/woocommerce-auto-restore-stock
wp-content/plugins/woocommerce-stock-synchronization
wp-content/plugins/woocommerce-tm-extra-product-options
wp-content/plugins/woocommerce-ulozenka
wp-content/plugins/woo-gopay-inline
wp-content/plugins/woo-idoklad
wp-content/plugins/woo-sklik
wp-content/plugins/woo-xml-feeds
wp-content/plugins/zbozi-mereni-konverzi
### WordPress Themes ###
wp-content/themes/twentynineteen
wp-content/themes/twentytwenty
wp-content/themes/twentytwentyone
wp-content/themes/hello-gutenify
# Node artifact files
node_modules/
dist/
# Compiled Java class files
*.class
# Compiled Python bytecode
*.py[cod]
# Log files
*.log
# Package files
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment