From 315ea79e2119c913c0ab773807dfd17375a2c0d2 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 29 Sep 2018 00:06:31 -0400 Subject: [PATCH] Ignore VS code .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b62617d21..2682a6748 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ cython/gtsam.pyx cython/gtsam.so cython/gtsam_wrapper.pxd .vscode +.env