From 44994ae74247d746b4622f03dfde31881e740e4f Mon Sep 17 00:00:00 2001 From: Pedro Arduino Date: Tue, 11 Jun 2024 09:08:06 -0700 Subject: [PATCH] adding .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04fac7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore all .log files +*.log + +# Ignore specific directory +/test + +# Ignore all files with a specific extension +*.tmp + +# Ignore a specific file +secret.txt