# GLOBAL_IGNORES

`variable` in `eslint-config` · v2.1.0

<https://docs.seedcord.org/packages/eslint-config/2.1.0/variables/global-ignores>

```ts
const GLOBAL_IGNORES: readonly [
    "dist/**",
    "node_modules/**",
    "logs/**",
    "tests/temp/**"
];
```
