diff options
author | Tomasz Pluskiewicz <tpluscode@users.noreply.github.com> | 2016-03-08 11:03:32 +0100 |
---|---|---|
committer | Tomasz Pluskiewicz <tpluscode@users.noreply.github.com> | 2016-03-08 11:03:32 +0100 |
commit | 04f53c0b9fc20784768daef96ba795b4f760fb8f (patch) | |
tree | 4e6f9b82093c608c297bef7c4166e99be3127a6a | |
parent | 8a0d66587f05e5d74928f467efad851910e38063 (diff) | |
download | gitignore-04f53c0b9fc20784768daef96ba795b4f760fb8f.tar.gz gitignore-04f53c0b9fc20784768daef96ba795b4f760fb8f.zip |
ignore folder for non-nuget paket dependencies
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ef007c15..9bcde419 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -235,6 +235,7 @@ _Pvt_Extensions # Paket dependency manager .paket/paket.exe +paket-files/ # FAKE - F# Make .fake/ |