# @todo remove: Temporary during Intl development
locale/
*.??-??.*


/vendor/*
!/vendor/README.txt

/data/*
!/data/README.txt

/public/data/*
!/public/data/README.txt

/public/dist/*
!/public/dist/README.txt

/modules/*
!/modules/README.txt
!/modules/*.example
!/modules/.gitkeep
/.gitmodules

/config/*
!/config/README.txt
!/config/*.json.example


/tmp
/public/tmp
*~

/composer.json
/composer.lock
/.vscode
/*.code-workspace
/*.cache
