forumone / web-starter

Starting place for developing Drupal, Wordpress and other web applications
http://forumone.github.io/web-starter/
22 stars 11 forks source link

Add some WP dir paths and routes to .gitignore #265

Closed elvismdev closed 5 years ago

elvismdev commented 7 years ago

Out of the box, the .gitignore file doesn't seems to ignore some WP directory paths and files that doesn't necessarily needs to be git tracked.

Would it be a good idea to add this list here?

# WordPress
*.log
public/wp-config.php
public/wp-content/backup-db/
public/wp-content/backups/
public/wp-content/cache/
public/wp-content/upgrade/
public/wp-content/uploads/
public/wp-content/wflogs/
public/wp-content/plugins/hello.php
/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz