From 80aad72b514a211e439c4d2657eb4a2abc13c83b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 13 Dec 2018 00:20:04 -0500 Subject: [PATCH] Add syncthing ignore files to my git ignore #gitignore --- gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitignore b/gitignore index 68adfd1..12a15de 100644 --- a/gitignore +++ b/gitignore @@ -25,3 +25,5 @@ package-lock.json .mypy_cache .venv .rest +._* +.stignore