Created
December 11, 2019 19:50
-
-
Save stancel/97950f9b09aabcdba9e7d6b60422f55b to your computer and use it in GitHub Desktop.
Revisions
-
stancel created this gist
Dec 11, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # Git Repo Info ### TO-BE-FILLED-IN Repo Type: Public or Private (adjust here) ``` origin PASTE-HTTP-LINK-HERE origin PASTE-GIT-LINK-HERE ``` This indicates that this subfolder should not be synced by SyncThing since it contains a .git folder, which has proven to cause some issues. Instead this folder should be included in the .stignore file of the parent (or one of the parent directories) that is the folder being shared by SyncThing. Having this folder included in that file will exclude it as part of the SyncThing sync process which is the desired goal. We could then use the Git repo listed in this file to push or pull the needed files on each computer as needed.