# Eclipse folders and files
.cache*
.project
.settings*
.buildpath

# PhpStorm folder
.idea*

# Mac OS X crap
.DS_Store

# Builds
build/*

# phpMyFAQ generated folders
phpmyfaq/config/database.php
phpmyfaq/config/database.bak.php
phpmyfaq/config/index.html
phpmyfaq/data/*
phpmyfaq/images/*
phpmyfaq/attachments/*

# .htaccess, if used
phpmyfaq/.htaccess

# Third party libraries
phpmyfaq/inc/libs/*

# Bower related stuff
components/*

# Composer related stuff
vendor/*

# Bower related stuff
components/*

# node.js modules for development
node_modules/*