From dd15332943fb6807297a0d00acc62a07be6a7f96 Mon Sep 17 00:00:00 2001 From: ErdemOzgen <14043035+ErdemOzgen@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:21 +0300 Subject: [PATCH] Ignore Zone.Identifier files in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25d07db1c..560907bde 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ tsconfig.tsbuildinfo private/ .replit replit.nix +*:\Zone.Identifier* \ No newline at end of file