; Alternative .gitignore file which is used when committing build artifcats.

# Ignore files generated by PhpStorm
.idea

# Ignore setup files.
.vagrant
dumps

# Ignore npm build files.
npm-debug.log
node_modules
bower_components

