From dc6b7f15b7f594aef4646663d72a2a24a311cc27 Mon Sep 17 00:00:00 2001 From: glenneth1 Date: Fri, 6 Dec 2024 07:08:33 +0300 Subject: [PATCH] Add .gitignore file to exclude logs and build artifacts --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cad4e29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Log files +*.log +stash.log + +# Guile/Scheme compiled files +*.go +*.cache + +# OS-specific files +.DS_Store +.directory +Thumbs.db + +# Editor backup files +*~ +\#*\# +.\#* +*.swp +*.swo