You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WordPress 851B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Wordpress - ignore core, configuration, examples, uploads and logs.
  2. # https://github.com/github/gitignore/blob/master/WordPress.gitignore
  3. # Core
  4. #
  5. # Note: if you want to stage/commit WP core files
  6. # you can delete this whole section/until Configuration.
  7. /wp-admin/
  8. /wp-content/index.php
  9. /wp-content/languages
  10. /wp-content/plugins/index.php
  11. /wp-content/themes/index.php
  12. /wp-includes/
  13. /index.php
  14. /license.txt
  15. /readme.html
  16. /wp-*.php
  17. /xmlrpc.php
  18. # Configuration
  19. wp-config.php
  20. # Example themes
  21. /wp-content/themes/twenty*/
  22. # Example plugin
  23. /wp-content/plugins/hello.php
  24. # Uploads
  25. /wp-content/uploads/
  26. # Log files
  27. *.log
  28. # htaccess
  29. /.htaccess
  30. # All plugins
  31. #
  32. # Note: If you wish to whitelist plugins,
  33. # uncomment the next line
  34. #/wp-content/plugins
  35. # All themes
  36. #
  37. # Note: If you wish to whitelist themes,
  38. # uncomment the next line
  39. #/wp-content/themes