diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 21:11:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 21:12:25 +0100 |
| commit | d90bd2b84a7693e3b46e680a7316c6f229efc84c (patch) | |
| tree | 9f55412947b2319f5ca8cd1ff1f3e58cb7417386 /.eslintrc.json | |
| parent | 84adcb14af7a0e13549f1977a2a5690e978fcf57 (diff) | |
Ungitignores api build output
Diffstat (limited to '.eslintrc.json')
| -rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 6e3410d..f0cdd75 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,7 @@ "plugin:astro/recommended", "plugin:@typescript-eslint/recommended" ], + "ignorePatterns": ["api"], "overrides": [ { "files": ["*.astro"], |
