From c378358194a8be859491ea01cacef1a573e2ee82 Mon Sep 17 00:00:00 2001 From: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> Date: Fri, 28 Mar 2025 08:48:17 +0330 Subject: [PATCH] Consolidate and Optimize .gitignore Files Consolidate and Optimize .gitignore Files --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 22469b88..b98ac579 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,19 @@ # Dependency directories (remove the comment below to include it) # vendor/ +# Temporary files and directories *.DS_Store .idea +.vscode/ +.cache/ +tmp/ +*.log + +# Compressed files *.zip *.tar.gz + +# Build directories and files xray xray_softfloat mockgen @@ -26,8 +35,11 @@ vprotogen errorgen !common/errors/errorgen/ *.dat -.vscode /build_assets # Output from dlv test **/debug.* + +# Certificate files +*.crt +*.key