From a773da17d778b262488c6b5e48a428dc311c1be7 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Tue, 4 Jun 2024 19:28:14 +0800 Subject: [PATCH] .gitignore: added syncthing artifacts The Syncthing (https://docs.syncthing.net/) peer-to-peer network sharing application is quite commonly used in 2024 for decentralized networking. Unfortunately, it also introduces a bunch of its own hidden files that can be tracked by git. Hence, let's add them into the .gitignore file. This patch adds syncthing artifacts into .gitignore file. Co-authored-by: Shuralyov, Jean Co-authored-by: Galyna, Cory Co-authored-by: (Holloway) Chew, Kean Ho Signed-off-by: (Holloway) Chew, Kean Ho --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 81a7b15..5b53a62 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,11 @@ typings ##################### .~lock* +##################### +# Syncthing +##################### +.thumbnails/ + ##################### # Python #####################