From a471dc0ca7660de5b69adc2ce2b5123a9a94cd32 Mon Sep 17 00:00:00 2001 From: Willem van Heemstra Date: Fri, 24 Jan 2025 15:58:39 +0000 Subject: [PATCH] Update --- 300/100/500/200/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/300/100/500/200/README.md b/300/100/500/200/README.md index bcc539b..63591fd 100644 --- a/300/100/500/200/README.md +++ b/300/100/500/200/README.md @@ -18,6 +18,17 @@ Repository Name: ```co.noteplan.NotePlan3``` **Note**: Make sure to change the user name ```[your user name]``` in your local path to your Mac's username, if you copy it from above. +5. Copy any files back which you have backed up before. +6. Now we need to ignore some folders from syncing, otherwise, they will create conflicts continuously. Ignore the folder ```Caches```, ```com.microsoft.appcenter```, and files ending with ```.log```. You can do this in the Visual Studio Code in a new ```.gitignore``` file in the root of the repository: + +``` +Caches* +*.log +com.microsoft.appcenter* +``` +.gitignore + +7. Make your first push on Mac! First, you need to commit by entering a message (such as "Initial Commit") and click Commit. MORE ... \ No newline at end of file