core/config/b2db.yml
cache
files/*
.settings/
thebuggenie/.htaccess
installed
nbproject
thebuggenie.log
web.config
.buildpath
.DS_Store
.gitignore
.idea
*.kdev4
.project
.remote_password_hash
.remote_server
.remote_username
.remote_token
tmp
thebuggenie/test.php
*~
modules/*/vendor
vendor/
/composer.phar
.directory

# Ignore Node.js modules
/node_modules/
npm-debug.log

# Ignore minified JS and CSS that will be generated by Grunt
/public/js/**/*.min.js
/public/js/**/*.min.js.map
/public/css/**/*.min.css
/modules/*/public/js/**/*.min.js
/modules/*/public/js/**/*.min.js.map
/modules/*/public/css/**/*.min.css
/modules/*/fixtures/**/*.min.css
/themes/*/css/**/*.min.css
/themes/*/js/**/*.min.js
/themes/*/js/**/*.min.js.map

# Ignore local PHP configuration overrides.
public/.user.ini

# Ignore local log file.
thebuggenie.log

# Ignore user-specific Vagrant files.
.vagrant

# Ignore Ansible retry files.
ansible/*.retry

# Ignore files which constitute local-only artefacts.
artefacts/

# Ignore Apache logs (from Vagrant development machine)
apache-access.log
apache-error.log

# Ignore coverage report
coverage-report

# Ignore GNU Global tag files.
GPATH
GRTAGS
GTAGS
