▲ | hu3 6 days ago | |
Speaking about .gitignore. What is this?
I could only find this: https://github.com/MonzUn/MightyMooseCoreLink to the file: https://github.com/microsoft/BASIC-M6502/blob/main/.gitignor... Regardless, thank you Mr. Hanselman. This is great! | ||
▲ | fishgoesblub 6 days ago | parent | next [-] | |
Looks to be for "Continuous Tests" [0] found through git blame [1] [0] https://continuoustests.com/ [1] https://github.com/github/gitignore/commit/2183a6c531d7085e2... | ||
▲ | davey48016 6 days ago | parent | prev [-] | |
I think it's that. I don't think that the .gitignore file is meant to reflect anything about when this BASIC interpreter was written, it looks like it's just a MS managed .gitignore that accounts for everything that was ever popular for development in Visual Studio, even things that have been obsolete for decades. In order to handle your most legacy C#, F#, VB.NET, or Visual C++ solutions. |