Skip to content

Commit f9ba545

Browse files
authored
Update correct link for gitignore (#6)
https://github.com/mathworks/gitignore/blob/main/Global/MATLAB.gitignore is the proposed gitignore for MATLAB.
1 parent 7925cb6 commit f9ba545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Examples are in the [config](config/) directory.
5252

5353
### Should I commit my `.env` file?
5454

55-
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.
55+
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.
5656

5757
## Development Setup
5858

0 commit comments

Comments
 (0)