commit 650c44a000d3930a797cfc3a7b48c6e907a26064 Author: Ethan J. Brown Date: Tue Oct 2 04:42:21 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ac0ec3 --- /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 0000000..c29c4e9 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +ChocolateyPackages +================== + +Chocolatey Install Packages \ No newline at end of file