From 7dd3889009b6d1303d24100fd571a051ff3adf4b Mon Sep 17 00:00:00 2001 From: Francois Normandin Date: Sun, 1 Nov 2020 10:33:44 -0500 Subject: [PATCH] ignoring a package configuration file which includes a copy of all dependencies for installations without access to VIPM Community repo. This is a local file that I use to create a downloadable asset on GitHub's release pages, so it does not need to get added to the source repository. It is essentially the same as the Unit Testing Dependencies.vipc file, but with contents in the package. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b0e6a4..950c186 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ *.lvlps *.vip .source/ +Full Project Dependencies.vipc