Ignore explicit glob **/*.cs

This commit is contained in:
Krzysztof Wicher 2017-01-20 15:59:21 -08:00
parent 56d8071361
commit 000734d1ef
5 changed files with 73 additions and 2 deletions

View file

@ -0,0 +1,9 @@
using System;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}