Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defect #2902, removing paket.exe from list of files not added to version control. #3379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ The following files can be committed, but are not essential:
The following files should *not* be committed to your version control system,
and should be added to any ignore files:

* `.paket/paket.exe`, the main Paket executable, downloaded by
[`.paket/paket.bootstrapper.exe`](bootstrapper.html). It should not be
committed, as it is a binary file which can unnecessarily bloat repositories,
and because it is likely to be updated on a regular basis.
* `paket-files` directory, as [`paket install`](paket-install.html) will restore
this.
* Same applies to the `packages` directory.
Expand Down