2020-01-22 02:51:50 +01:00
|
|
|
# Wordpress - ignore core, configuration, examples, uploads and logs.
|
|
|
|
# https://github.com/github/gitignore/blob/master/WordPress.gitignore
|
2019-05-12 15:05:22 +02:00
|
|
|
|
2020-01-22 02:51:50 +01:00
|
|
|
# Core and configuration
|
|
|
|
/wp-admin/
|
|
|
|
/wp-content/index.php
|
|
|
|
/wp-content/plugins/index.php
|
|
|
|
/wp-content/themes/index.php
|
|
|
|
/wp-includes/
|
|
|
|
/index.php
|
|
|
|
/license.txt
|
|
|
|
/readme.html
|
|
|
|
/wp-*.php
|
|
|
|
/xmlrpc.php
|
2019-05-12 15:05:22 +02:00
|
|
|
|
2020-01-22 02:51:50 +01:00
|
|
|
# Example themes
|
|
|
|
/wp-content/themes/twenty*/
|
2015-04-24 20:10:30 +02:00
|
|
|
|
2020-01-22 02:51:50 +01:00
|
|
|
# Example plugin
|
|
|
|
/wp-content/plugins/hello.php
|
2015-04-24 20:10:30 +02:00
|
|
|
|
2020-01-22 02:51:50 +01:00
|
|
|
# Uploads
|
|
|
|
/wp-content/uploads/
|
2019-05-12 15:05:22 +02:00
|
|
|
|
2020-01-22 02:51:50 +01:00
|
|
|
# Log files
|
2019-05-12 15:05:22 +02:00
|
|
|
*.log
|
2020-01-22 02:51:50 +01:00
|
|
|
|
|
|
|
# htaccess
|
|
|
|
/.htaccess
|