### Describe the problem When I setup a new project I have to manually add `src/lib/paraglide` to the `eslintignore` and `prettierignore` configs. When making github CI/CD workflows, its annoying to have to do myself, when the CLI could've done this for me. ### Describe the proposed solution Please add them for me automatically. ### Importance nice to have