From ad5f5eb92126d531af225b00bdea4630d37fac44 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 19 Oct 2024 01:05:28 -0400 Subject: [PATCH] Populated .gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..5615a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,24 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Build artifacts +bin/ +*.out +# Symbolic link to binary for convenient testing +./zona + +# Logs and debug information +*.log + +# Temporary files and directories +*.tmp +*.swp +*.swo +*.bak +*~ + +# Go modules and caches +go.sum