diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-08 19:55:22 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-08 19:55:22 -0800 |
commit | 81d997f68281ee32ab80ed01acce2b7d8248384a (patch) | |
tree | e5aae1857b6ff9ead1fee57b97899a3b395c7cf9 | |
parent | 86fbabd1c005bd72bc587887116a4391329d0e5b (diff) | |
download | sendgrid-csharp-81d997f68281ee32ab80ed01acce2b7d8248384a.zip sendgrid-csharp-81d997f68281ee32ab80ed01acce2b7d8248384a.tar.gz sendgrid-csharp-81d997f68281ee32ab80ed01acce2b7d8248384a.tar.bz2 |
Added bin files to the gitignore so that they can be ignored
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a733fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +SendGrid/Example/bin/ +SendGrid/Example/obj/ +SendGrid/SendGrid.sln.DotSettings.user +SendGrid/SendGrid/bin/ +SendGrid/SendGrid/obj/ +SendGrid/Tests/bin/ +SendGrid/Tests/obj/ +SendGrid/_ReSharper.SendGrid/ |