From 60a918ad8b15a3c8c6d525d8ac5038a91b845733 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Sun, 24 Sep 2023 18:48:49 +0530 Subject: [PATCH] Adjust gitignore and pubignore for csv --- .gitignore | 2 +- .pubignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97f782e..4921e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,4 @@ *.config.dart # Downloaded files -mac-vendors-export.csv \ No newline at end of file +/mac-vendors-export.csv \ No newline at end of file diff --git a/.pubignore b/.pubignore index a9a6968..1266efe 100644 --- a/.pubignore +++ b/.pubignore @@ -13,4 +13,5 @@ **/test/ **/donation/ *.sh +/mac-vendors-export.csv