Files are type checked when running `deno check`, even though they are gitignored. In a standard sveltekit projects this leads to generated output files being type checked. ## Steps to reproduce 1. Run `git init` 2. Create `.gitignore` and add `ignore/` 3. Create `ignore` folder 4. Create `ignore/invalid.ts` with these contents: ```ts export const a: number = "a" ``` 5. Run `deno check` in the root folder. Version: Deno 2.2.12
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by marvinhagemeister and has received 0 comments.