Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Forked from octocat/.gitignore
Last active September 8, 2016 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidperezgar/5a848c5f3bda692f3e64 to your computer and use it in GitHub Desktop.
Save davidperezgar/5a848c5f3bda692f3e64 to your computer and use it in GitHub Desktop.
Gitignore for Wordpress Pages
#Wordpress
htaccess.txt
index.php
licencia.txt
license.txt
readme.html
robots.txt
wp-activate.php
wp-admin/
wp-blog-header.php
wp-comments-post.php
wp-cron.php
wp-includes/
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php
.htaccess
wp-content/uploads/
cache/
wp-cache-config.php
advanced-cache.php
dump.sql
dump.zip
wp-config-sample.php
wp-config.php
wp-content/themesBAK/
# Ignore docs files
_gh_pages
_site
.ruby-version
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
# Komodo
.komodotools
*.komodoproject
# grunt-html-validation
validation-report.json
validation-status.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment