From 5c9bc19af4d0908985cf4d800853462cc82a5170 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Jun 2024 22:16:25 +0500 Subject: [PATCH] add .gitignore file --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..128b64d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/starter/alpine-make-rootfs/ +/run +/starter/starter +/starter/minrootfs +/go.mod +/go.sum