# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Except IDE jar
!ci/settings.jar

# Logs and databases #
######################
*.log
*.sqlite

# OS generated files #
######################
.DS_Store?
.DS_Store
ehthumbs.db
Icon?
*~
Thumbs.db
.buildpath
.settings
/.project
.idea/
ci/build/*
config/Constants.php*
config/flags.php
config/license.pls
config/terms/terms.html
test/reports/*
test/results/*

# VENDOR COMPOSER
vendor/
ci/bin/*

# ENVIRONMENT DEPLOY
ci/system/communify.sql
ci/database/deploy/constants.php


#CACHE DIR
cache/*
!cache/.dummy_cache
ci/database/prod/.sass-cache
public/.sass-cache/*
public/dist

Makefiles/
composer.lock