diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-20 21:32:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 21:32:11 -0700 |
commit | 94ef7b3a033825c4bc3d3578b55f2349182745f0 (patch) | |
tree | 38885fd4db1420f83c9e155ece2e479092adce5c /.gitignore | |
parent | 208e2cf0432a0f2865a225a9dc51917191c6cd04 (diff) | |
parent | 88d43a7ebc01a2fac86e7c0d9a53ef56a684ad86 (diff) |
Merge pull request #151 from zeux/nuget
Rework NuGet package building
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -build/ -.vscode/
\ No newline at end of file +/build/ +/.vscode/ |