Skip to content

Commit

Permalink
Added some simple files
Browse files Browse the repository at this point in the history
Add CodeFile1.cs
Add .gitignore file to ignore contents of bin folder
  • Loading branch information
balachir committed Oct 24, 2014
1 parent 9d80e0f commit bd88ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore contents of bin folder
bin/
5 changes: 5 additions & 0 deletions CodeFile1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using System;

public class CodeFile1 {

}

0 comments on commit bd88ec5

Please sign in to comment.