# OS
.DS_Store
Thumbs.db

# IDEs
.buildpath
.project
.settings/
.build/
.idea/
nbproject/

# Contao
/.htaccess
/*.xml
/composer
/contao/update.phar.php
/files/*
/assets/css/*
/assets/images/*/*
/assets/js/*
/share/*.xml
/system/cache/*
/system/config/dcaconfig.php
/system/config/initconfig.php
/system/config/langconfig.php
/system/config/localconfig.php
/system/config/pathconfig.php
/system/cron/cron.txt
/system/logs/*
/system/modules/!composer
/system/modules/*/.skip
/system/tmp/*
/templates/*
/vendor/

# See contao/core#7576
!/assets/css/index.html
!/assets/images/*/index.html
!/assets/js/index.html
