*.bak
*.bat
*.sh
*.DS_Store
/error
/stats
robots.txt
.htaccess
.user.ini
wordfence-waf.php
favicon.ico
wp-config.php
wp-config-sample.ORIG
/wp-content/cache
/wp-content/themes/twentythirteen
/wp-content/themes/twentyfourteen
/wp-content/themes/twentyfifteen
/wp-content/themes/twentysixteen
/wp-content/themes/twentyseventeen
/wp-content/themes/twentyeighteen
/wp-content/themes/twentynineteen/
/wp-content/themes/twentytwenty/
/wp-content/themes/twentytwentyone/
/wp-content/themes/twentytwentytwo/
/wp-content/themes/twentytwentythree/
/wp-content/themes/twentytwentyfour/
/wp-content/themes/twentytwentyfive/
/wp-content/themes/twentytwentysix/
/wp-content/plugins/wordfence
/wp-content/plugins
!/wp-content/plugins/loungelizard/**
/wp-content/mu-plugins/
/wp-content/uploads
/wp-content/uploads/
/wp-content/uploads/wc-logs/
wp-content/cache/*
wp-content/cache/supercache/*
wp-content/backup-db/*
/index.html
/standard_index.html
/.git_old

# Ignore all root WP files
/readme.html
/wp-activate.php
/wp-admin/
/wp-blog-header.php
/wp-comments-post.php
/wp-config-sample.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
/license.txt
/xmlrpc.php
/index.php
/srdb/
/pma-ll/

error_log
# Ignore all gulp and vagrant files
node_modules/
gulpfile.js
package.json
Vagrantfile
provision.sh

# NEVER have this folder in the repo!
Search-Replace-DB-master/

#Ignore other programs
/phpMyAdmin-*/

# track this file .gitignore (i.e. do NOT ignore it)
!.gitignore

# track .editorconfig file (i.e. do NOT ignore it)
!.editorconfig

# track readme.md in the root (i.e. do NOT ignore it)
!readme.md

# ignore OS generated files
ehthumbs.db
Thumbs.db

# ignore Editor files
*.sublime-project
*.sublime-workspace
*.komodoproject

# ignore log files
*.log

# Ignore Google developer files
google*.html
ahrefs_*

# Ignore SQL files
*.sql

# Ignore user files
.user.ini

/QR-Games/

# Ignore everything except My Theme in the wp-content folder.
# This pattern is VERY IMPORTANT - Do not alter it!
# To add a folder or files, use the same structure, including the wildcards.

/wp-content/
!/wp-content/
/wp-content/*
!/wp-content/themes/
/wp-content/themes/*
!/wp-content/themes/night-of-mystery/
!/wp-content/themes/night-of-mystery/*/
!/wp-content/themes/night-of-mystery/**/*/
