# Logs
logs
*.log

# Runtime data
.awcache
*.pid
*.seed
pids

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Users Environment Variables
.lock-wscript

# OS generated files #
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Node Files #
node_modules/
bower_components/
npm-debug.log
yarn-error.log

# IDE #
.idea/
*.swp

# Ignore app cachefiles if any
/app/cache/*
!/app/cache/.gitkeep

# Ignore app logfiles if any
/app/logs/*
!/app/logs/.gitkeep
plugins.log

# Ignore WordPress. Will be installed with composer.
/web/wp/

# Ingore possible faulty Symlink in vagrant
/web/web

# Ignore WordPress plugins. Will be installed with composer.
/web/wp-content/plugins/amazon-s3-and-cloudfront/

# Plugins foo
web/wp-content/languages/
web/wp-content/plugins/

# Dist #
/vendor/*
dist/

# Ignore all files under WordPress' upload directory
/web/data/uploads/*

# Ignore generated sitemaps etc.
/web/data/sitemap/*
!/web/data/sitemap/.gitkeep

# Ignore generated csv files in exported by exporter plugin etc.
/web/data/exporter-plugin/*

# Ignore dynamically created configs
/app/config/parameters.yml
/app/config/robots.txt
/app/config/crontab
/web/robots.txt
# Ignore dynamically created configs

# Ignore .lock files
/Gemfile.lock

# Ignore logs.
/app/logs/*.log

# Ignore builds
.DS_Store
.vagrant
.idea
.installed*

