From 254615eda62a75eea3a7fdce970103242aa6578f Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Tue, 31 May 2022 23:06:03 +0530 Subject: [PATCH] added DNS export files to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 01939c0..1d0b516 100644 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,5 @@ cython_debug/ # Project setup config.json -response-example* \ No newline at end of file +response-example* +dns-export* \ No newline at end of file