]> source.dussan.org Git - gitignore.git/commitdiff
Add support for Cake.Net
authorMuhammad Rehan Saeed <rehansaeed@gmail.com>
Thu, 15 Sep 2016 07:48:08 +0000 (08:48 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 07:48:08 +0000 (08:48 +0100)
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.

VisualStudio.gitignore

index f3e58fc24a773e25f2f7afabc8d6a4359f6610e9..e4ca52754c51cf53575559d5db12512ba3fc2dc4 100644 (file)
@@ -263,3 +263,6 @@ paket-files/
 # Python Tools for Visual Studio (PTVS)
 __pycache__/
 *.pyc
+
+# Cake
+tools/