diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 | +9 −9 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 437dc77..23fe722 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,21 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# Copyright (c) 2026 Nikolay Govorov # SPDX-License-Identifier: AGPL-3.0-or-later /dev /build -/.container /.task -mise.local.toml -mise.*.local.toml cmd/mirum-server/static cmd/mirum-server/web/node_modules -# zig build artifacts -.zig-cache/ -zig-out/ -zig-pkg/ - # grpc generated code /internal/protocol/wirepb /cmd/mirum-server/apipb /cmd/mirum-server/web/gen + +# typesafe-i18n generated code +/cmd/mirum-server/web/i18n/i18n-types.ts +/cmd/mirum-server/web/i18n/i18n-util.ts +/cmd/mirum-server/web/i18n/i18n-util.async.ts +/cmd/mirum-server/web/i18n/i18n-util.sync.ts +/cmd/mirum-server/web/i18n/i18n-react.tsx +/cmd/mirum-server/web/i18n/formatters.ts |
