ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
18 stars 1 forks source link

.gitignore: added syncthing artifacts #329

Closed hollowaykeanho closed 3 weeks ago

hollowaykeanho commented 3 weeks ago

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.

corygalyna commented 3 weeks ago

Clear.

hollowaykeanho commented 3 weeks ago

thank you.