From ce1c0c4652d9004568a9a604b2bf7be48ba02b22 Mon Sep 17 00:00:00 2001 From: George Ehrhorn Date: Fri, 8 Jul 2022 13:40:44 -0400 Subject: [PATCH] Update correct link for gitignore https://github.com/mathworks/gitignore/blob/main/Global/MATLAB.gitignore is the proposed gitignore for MATLAB. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa54937..de859cf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Examples are in the [config](config/) directory. ### Should I commit my `.env` file? -No. You should put `*.env` in your `.gitignore` file. [MATLAB.gitignore](https://github.com/github/gitignore/blob/master/Global/MATLAB.gitignore) plus `*.env` is a good start. +No. You should put `*.env` in your `.gitignore` file. [MATLAB.gitignore](https://github.com/mathworks/gitignore/blob/main/Global/MATLAB.gitignore) plus `*.env` is a good start. ## Development Setup