Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Jan 24, 2025
1 parent 5ec5d93 commit a471dc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 300/100/500/200/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

0 comments on commit a471dc0

Please sign in to comment.