mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
35 lines
620 B
Plaintext
35 lines
620 B
Plaintext
# Wordpress - ignore core, configuration, examples, uploads and logs.
|
|
# https://github.com/github/gitignore/blob/master/WordPress.gitignore
|
|
|
|
# Core
|
|
#
|
|
# Note: if you want to stage/commit WP core files
|
|
# you can delete this whole section/until 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
|
|
|
|
# Configuration
|
|
wp-config.php
|
|
|
|
# Example themes
|
|
/wp-content/themes/twenty*/
|
|
|
|
# Example plugin
|
|
/wp-content/plugins/hello.php
|
|
|
|
# Uploads
|
|
/wp-content/uploads/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# htaccess
|
|
/.htaccess |