From 4431fe49245897da5e38650e0e0ccdf197d54e70 Mon Sep 17 00:00:00 2001 From: garysharp Date: Sat, 28 Apr 2012 00:36:20 -0700 Subject: [PATCH] initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9ac0ec3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) +bin +obj + +# mstest test results +TestResults \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..ad01ce10 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Disco +===== + +Disco ICT Management \ No newline at end of file