Updated .gitignore to exclude NuGetPackages directory
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/7d123105 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/7d123105 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/7d123105 Branch: refs/heads/api-work Commit: 7d1231051da1929c1972fe6280adcbaee9641f5f Parents: 1c87ed5 Author: Shad Storhaug <[email protected]> Authored: Thu Feb 2 12:27:32 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Thu Feb 2 18:30:30 2017 +0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/7d123105/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b3cc01d..4ee6108 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ packages/ *.lock.json TestResults/ test-files/analysis/data/ +[Nn]u[Gg]et[Pp]ackages/ # NuGet v3's project.json files produces more ignoreable files *.nuget.props
