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.

gitignore binaries

See original GitHub issue

Assuming you have .NET Core installed, you can generate one of these with dotnet new gitignore. You can create a release by specifying a tag and dropping the binaries in through the web page so versioning and such can also be more manageable.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
igotinfectedcommented, Feb 14, 2020

There is already a .NET Core PR in progress #28

0reactions
sir-wilhelmcommented, Feb 15, 2020

I have auto updates working off releases on my repo.

https://github.com/sir-wilhelm/SmartHunter/tree/net-core-self-contained I’ve been playing w/ the .net core and self-contained exe too, but saw the same issue @JackRhodes did with it not generating .json files to disk. That would break disabling auto updates, and using custom .json files (in my version).

I also have not looked to see if the self contained version can handle custom XAML files for changing/customizing the skin.

I’ve been monitoring this repo too, so if you end up making a PR w/ the changes I might test/merge into my version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

gitignore binary files that have no extension
The .gitignore mechanism works only based on file names, not on file contents. Being a binary file is a property of the content,...
Read more >
Git ignore binary files
Git ignore binary files. GitHub Gist: instantly share code, notes, and snippets. ... Above combination will ignore all files without extension ###.
Read more >
Is it possible to make git ignore all binary files?
I am aware that you can ignore files by extension, but I am wondering is there to make git ignore just based on...
Read more >
A collection of useful .gitignore templates
We use this list to populate the .gitignore template choosers available in the GitHub.com interface when creating new repositories and files. For more ......
Read more >
How to let Git ignore all binary files (non-plain text files)
If you want your repository to ignore files, you simply need to have a .gitignore file in the root directory that is correctly...
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