From 007c4ec239148d250709763dd5305fc8e9fc8c55 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 23 Sep 2020 21:30:19 -0500 Subject: [PATCH] Add inventory.json to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 13d1490..c89c265 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,5 @@ dmypy.json # Pyre type checker .pyre/ +# InvMan custom +inventory.json