diff options
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 |
