From 3bdab70451aeb459c4de7a644842cf307973f9c5 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Wed, 10 Apr 2024 10:18:10 +0200 Subject: [PATCH] Bazel: rename `exported.bazelrc` to `.bazelrc.exported` This makes the `.bazelrc` files be near each other in the directory listing. --- exported.bazelrc => .bazelrc.exported | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename exported.bazelrc => .bazelrc.exported (100%) diff --git a/exported.bazelrc b/.bazelrc.exported similarity index 100% rename from exported.bazelrc rename to .bazelrc.exported