Skip to content

Commit e956ba1

Browse files
Remove recommendation to git-ignore .paket/
It seems that it is not recommended to ignore files it contains. See #2840 (comment)
1 parent eac93a4 commit e956ba1

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)