Skip to content

Commit

Permalink
.gitignore: added syncthing artifacts
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Jun 4, 2024
1 parent 86c4b6c commit a773da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ typings
#####################
.~lock*

#####################
# Syncthing
#####################
.thumbnails/

#####################
# Python
#####################
Expand Down

0 comments on commit a773da1

Please sign in to comment.