**/.git
**/.svn
**/.hg
**/node_modules
**/vendor
**/storage
bootstrap/**/*
coverage
.tmp
dist
ios
android
_Output
_Packages
.cache
.husky
**/generated/**/*
_Zips
_Pdfs
_Build/content
package-lock.json
composer.lock
CHANGELOG.md
fastlane
resources/symbol
**/*.hbs
_Test/**/*fixture*/**
_Test/**/*expected*/**
_Test/**/_Build-syntax-error/**
_Tasks/helpers/htmlEmail/**/*
**/*.mjml

# Wordpress specific ignores
wp-content/plugins/**/*
!wp-content/plugins/avalere-*/
!wp-content/plugins/avalere-*/**

wp-content/themes/**/*
!wp-content/themes/fishawack/
!wp-content/themes/fishawack/**
!wp-content/themes/avalerehealth/
!wp-content/themes/avalerehealth/**
!wp-content/themes/avalerehealth-*/
!wp-content/themes/avalerehealth-*/**

# Laravel specific
resources/content
public/
!bootstrap/app.php
!bootstrap/providers.php

# Drupal specific ignores
themes/custom/**/*
!themes/custom/fishawack/
!themes/custom/fishawack/**
!themes/custom/avalerehealth/
!themes/custom/avalerehealth/**
!themes/custom/avalerehealth-*/
!themes/custom/avalerehealth-*/**

# Craftcms specific
templates/content
web/
storage/

# Submodules
packages/**/*