# Exclude files and directories from version control
*.log
/.*/
/.*/
/*auth*
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
Thumbs.db
/*.md
/.env*

# Exceptions
!README.md
!CHANGELOG.md
!.gitattributes
!.env.example
