bin/
docroot/
vendor/
.sass-cache/
.idea/

# Ignore node modules
node_modules
/*/node_modules
bower_components/

# Ignore Variables
/css/variables.css
/css/variables.css.map
/css/mixins/

# 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 OS settings files
.DS_Store*
Thumbs.db
ehthumbs.db

# Ignore files generated by PhpStorm
.idea

# Server stuff
.bash_history
.bashrc
errors.log

# Node.js dependencies
/node_modules
/docroot/**/node_modules

# Yarn cache and build artifacts
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
