From 1b7eca92072b091ef407edb404da09b90a880bd7 Mon Sep 17 00:00:00 2001 From: FelipeCN <57776624+felipecaninnovaes@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:06:17 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20atualizar=20.gitignore=20e=20remover=20?= =?UTF-8?q?arquivo=20de=20configura=C3=A7=C3=A3o=20dmed=5Fconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ dist/dmed_config.json | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 dist/dmed_config.json diff --git a/.gitignore b/.gitignore index ea8c4bf..70f43ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ /target +*/*.json +*.log +.DS_Store +*.xsl +*.XLS +*.txt +dist/dmed_config.json diff --git a/dist/dmed_config.json b/dist/dmed_config.json deleted file mode 100644 index 8ebd16e..0000000 --- a/dist/dmed_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ultimo_arquivo_txt": "P:\\ProEmp00\\LFSM2026\\Dmed2026\\LfsIssDmed073225.txt", - "ultimo_arquivo_xls": "Z:\\Fiscal\\FELIPE\\RELATORIO\\RELATORIO_PROSOFT_MOD_51.XLS" -} \ No newline at end of file