VanVanych / HostedNetworkWinForm

1 stars 0 forks source link

Remove non-source code files from the repo #1

Open LenarBad opened 5 years ago

LenarBad commented 5 years ago

Need to remove all the artifacts that are auto-generated by IDE and are not the source code. I'm not familiar with the IDE that you use so you know that better.

LenarBad commented 5 years ago

I see

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

That means you don't need to have it in the repo, it can be re-generated by IDE. Are you familiar with .gitignore? You don't have to remove it from your project just from the repo.

Anyway I'm pretty sure you're should be able to create a project only from the source code in your IDE