# Ignore some static files and directories.
/.project
/.gitattributes
/.htaccess
/config.php
/favicon.ico
/index.php
/LICENSE.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/CONTRIBUTING.md
/robots.php
/robots.txt
/web.config
/admin/
/assets/
/data/
/includes/
/install/
/uploads/
/vendor
/composer.json
/modules/*
/themes/*
/tool

# Ignore fix module files and directories.
!/modules/slider

!/themes/default
/themes/default/*
!/themes/default/css
!/themes/default/js
!/themes/default/images
!/themes/default/modules
/themes/default/css/*
/themes/default/js/*
/themes/default/images/*
/themes/default/modules/*
!/themes/default/css/slider.css
!/themes/default/js/slider.js
!/themes/default/images/slider
!/themes/default/modules/slider

!/themes/admin_default
/themes/admin_default/*
!/themes/admin_default/css
!/themes/admin_default/js
!/themes/admin_default/images
!/themes/admin_default/modules
/themes/admin_default/css/*
/themes/admin_default/js/*
/themes/admin_default/images/*
/themes/admin_default/modules/*
!/themes/admin_default/css/slider.css
!/themes/admin_default/js/slider.js
!/themes/admin_default/images/slider
!/themes/admin_default/modules/slider
