diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-18 15:02:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-18 15:02:54 -0400 |
| commit | f1a602f5a87f666eec03b9afd3f3edfa27d337f6 (patch) | |
| tree | 25cca82b4b125104654282ebdc47814d6f322349 /.gitignore | |
| parent | 76cabe82269ff92d5950b8cf738c00976ca60e93 (diff) | |
disable nuget package restore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f1b81038b..673f15dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +!* + ################# ## Eclipse ################# @@ -145,8 +147,9 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line -packages/ +# packages/ dlls/ +dllssigned/ # Windows Azure Build Output csx |
