# Ignore paths that contain user-generated content.
public_html/*/settings.local.php
public_html/files
public_html/sites/*/files
public_html/sites/*/private
public_html/sites/settings.local.php


# Ignore vim swp files and gedit temp files
*.swp
*.*~
.vim
.sass-cache

# IDE settings files
nbproject
.project
.pydevproject
.settings
.buildpath
.vscode

# Ignore OS settings files
.DS_Store*
Thumbs.db
ehthumbs.db

# Ignore files generated by PhpStorm
.idea

# Ignore node modules.
node_modules

# and some random server stuff
.bash_history
.bashrc
errors.log
/log
