################################################################################
# This is a .gitignore file recommended for application, block, macro or theme
# development in SCHLIX CMS. The /system is excluded and all PHP files in the
# root folder are excluded. Only things in /web are uploaded, assuming the 
# subsite name is the default "main". If the subsite name is not "main", please
# change it from below. For more information about SCHLIX CMS extension
* development, please check out the documentation and you can also download 
* Plugin Creator for SCHLIX CMS - 
* https://www.schlix.com/extensions/development/plugin-creator.html
################################################################################

############
# 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
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.sqlite
*.array
*.cache

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/sandbox/*
/system/*
/_install
/install
/*.php
/*.html
/*.txt
/*.config
/.htaccess
/nbproject/private/
/web/*/cache/
/web/*/cache/*
/web/*/data/
/web/*/media/
/web/*/media/*
/web/*/config.inc.php
/web/*/config.inc.bak