Skip to content

Commit 33c1b9b

Browse files
authored
Merge pull request #4175 from mattgallagher92/patch-1
Remove recommendation to git-ignore .paket/
2 parents 9077b6d + e956ba1 commit 33c1b9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/get-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ dotnet paket restore
4040

4141
This will ensure Paket works in any .NET Core build environment.
4242

43-
Make sure to add the following entries to your `.gitignore`:
43+
Make sure to add the following entry to your `.gitignore`:
4444

4545
```
4646
# Paket dependency manager
47-
.paket/
4847
paket-files/
4948
```
5049

0 commit comments

Comments
 (0)