question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document that Paket.Restore.targets should not be gitignored

See original GitHub issue

Sorry if this is a FAQ, but I’ve tried to search, and couldn’t find an answer.

When I run the build script for FsCheck, it leaves behind a Paket.Restore.targets file. It didn’t use to do that earlier, but I suppose it’s a new feature of Paket.

Should this file be checked into source control, or should it be ignored (added to .gitignore)?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:20 (15 by maintainers)

github_iconTop GitHub Comments

5reactions
forkicommented, Oct 12, 2017

with latest paket you can gitignore it

1reaction
forkicommented, Nov 8, 2017

Better commit it for proper VS support

Am 08.11.2017 08:47 schrieb “Tomasz Heimowski” notifications@github.com:

What’s the current recommendation for the file? Asking because of SAFE-Stack/SAFE-template#7 https://github.com/SAFE-Stack/SAFE-template/issues/7 - is it recommended to have the file in git only if you use VS 15.5 auto restore?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Paket/issues/2840#issuecomment-342736922, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNGpIxO-IOzPKNRfvRfY6Mr3Ahmfyks5s0VyUgaJpZM4P2ufz .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gitignore won't ignore .vs folder
Ignore Visual Studio temporary files, build results, and ## files ... The packages folder can be ignored because of Package Restore ...
Read more >
release-notes
BUGFIX: Do not add development dependencies to the nuspec of a target nupkg while paket packing ... Create a gitignore around paket's .cached...
Read more >
.gitignore file - ignoring files in Git | Atlassian Git Tutorial
Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or...
Read more >
Visual Studio Git Ignore
Created by https://www.toptal.com/developers/gitignore/api/visualstudio # Edit at ... Ignore Visual Studio temporary files, build results, and ## files ...
Read more >
third_party/microsoft_webauthn/.gitignore - chromium/src
Ignore Visual Studio temporary files, build results, and ... The packages folder can be ignored because of Package Restore ... *.nuget.targets.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found