commit 8d0d9caedc40779dd25ddae46d3889185a1f4189 Author: Maciej Aniserowicz Date: Mon Dec 17 09:02:19 2012 +0100 initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a0b4bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +##################### +# Project-specific +##################### + +##################### +# Visual Studio +##################### +*.user +*.suo +*.sln.cache + +##################### +# Build +##################### +bin/ +obj/ + +##################### +# nCrunch +##################### +*.crunch*.local.xml +*.crunchsolution.cache +*.ncrunchproject +*.ncrunchsolution + +##################### +# Resharper +##################### +*.resharper +*\_ReSharper* +*_ReSharper* + +##################### +# StyleCop +##################### +StyleCop.Cache \ No newline at end of file