# Ignore the node modules folder (created by 'npm install').
node_modules

# Ignore yarn cache
.yarn/

# Ignore bower packages
libraries

# We absolutely don't want to have the .sass-cache in git.
.sass-cache

# Ignore .map files
*.css.map
*.js.map
css/map

# Ignore Mac files
.DS_Store*
Thumbs.db
ehthumbs.db

# Ignore domain file
domain.json

# Ignore npm debugs
npm-debug.log

# Ignore vim swp files and gedit temp files
*.swp
*.*~
.vim

# Eclipse settings files.
.project
.pydevproject
.settings
.buildpath

# netbeans settings files.
nbproject
/nbproject
/nbproject/
/nbproject/private/

# Ignore files generated by PhpStorm.
.idea

# Ignore server stuff.
.bash_history
.bashrc
errors.log
