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.
24 lines
357 B
24 lines
357 B
# Wordpress - ignore core, configuration, examples, uploads and logs.
|
|
# https://github.com/github/gitignore/blob/main/WordPress.gitignore
|
|
|
|
# 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
|
|
|
|
# Custom
|
|
/.idea
|