1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 11:18:12 +02:00
gitignore/WordPress.gitignore

29 lines
498 B
Plaintext
Raw Normal View History

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*/
2020-01-22 02:51:50 +01:00
# Example plugin
/wp-content/plugins/hello.php
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