I while back i made a very simple app to Count the number of lines inside files. I had been away from C# for a while and thought it would be a good way to get back into the language. So i created this.
What it does is simply counting the number of lines in every file (recursively) in the directory you specify. It can be customized to exclude specific file types, which you can specify in the application it self.
I made it for my self because i was curious as to how many lines of code i had written in another project, but thought that others might find it usefull, so here it is!