From c1e07009ff25839a4c56d6277be7ff7316d82124 Mon Sep 17 00:00:00 2001 From: yuyawk Date: Tue, 16 Apr 2024 01:04:45 +0900 Subject: [PATCH] .gitignore --- .gitignore | 1 + examples/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 82a5f7b..a490f01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Bazel /bazel-* MODULE.bazel.lock +## Generated based on version configuration .bazeliskrc # For CI diff --git a/examples/.gitignore b/examples/.gitignore index e557579..003226b 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -5,4 +5,5 @@ /bazel-* MODULE.bazel.lock +# For development /.cache