# General
.DS_Store
.AppleDouble
.LSOverride
!.gitkeep
.log
.htaccess

# Enviroment Files
.env
.env.*
!.env.example

# Icon must end with two \r
Icon

# IDEs
.vscode/
.idea/

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
$RECYCLE.BIN/

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# SFTP configuration file
sftp-config.json

# IntelliJ Application (PHPStorm, WebStorm)
.idea
out/

# System Links
*.lnk

# Package Managers
node_modules
/wp-content/theme/red-diamond/**/vendor

# Serverside Files
/.htaccess
/.htpasswd
/access.log
/error.log
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz

# React
/coverage
.env.local
.env.development.local
.env.test.local
.env.production.local

# Log Files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# WordPress
wp-config.php
/wp-content/uploads/

# Bedrock
web/wp
web/.htaccess
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep
web/app/themes/*

# Laravel
Homestead.json
Homestead.yaml
.phpunit.result.cache
/public/hot
/public/storage
/storage/*.key

# Gulp
.sass-cache
.gulp-scss-cache

