diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 | +1 −9 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 437dc77..e9e681e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,12 @@ -# 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 |
