/node_modules/*
.DS_Store
/vendor
/composer.lock
.phpunit.result.cache
# exclude everything
resources/views/templates/*
resources/views/draft/*

# exception to the rule
!resources/views/draft/.gitkeep
!resources/views/templates/.gitkeep
