diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30a5073 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +build/ +*.suo +*.user +bin +Bin +obj +_ReSharper* +*.csproj.user +*.resharper.user +*.suo +*.cache +TestResult.xml \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d45419b --- /dev/null +++ b/README.txt @@ -0,0 +1,5 @@ +This is a simple implementation of git-http-backend written in ASP.NET that can be used to read/write git repositories on Windows with IIS. + +Inspired by Grack (http://github.com/schacon/grack) + +This is largely untested, but has been developed with IIS7.5 under Windows 7 x64. \ No newline at end of file