1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 05:10:21 +01:00
gitignore/WordPress.gitignore

29 lines
498 B
Plaintext
Raw Normal View History

2020-01-22 01:51:50 +00:00
# Wordpress - ignore core, configuration, examples, uploads and logs.
# https://github.com/github/gitignore/blob/master/WordPress.gitignore
2019-05-12 18:35:22 +05:30
2020-01-22 01:51:50 +00: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 18:35:22 +05:30
2020-01-22 01:51:50 +00:00
# Example themes
/wp-content/themes/twenty*/
2020-01-22 01:51:50 +00:00
# Example plugin
/wp-content/plugins/hello.php
2020-01-22 01:51:50 +00:00
# Uploads
/wp-content/uploads/
2019-05-12 18:35:22 +05:30
2020-01-22 01:51:50 +00:00
# Log files
2019-05-12 18:35:22 +05:30
*.log
2020-01-22 01:51:50 +00:00
# htaccess
/.htaccess