From d9f03727a4d78d9b8c440832ef81cd690461d587 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Tue, 9 Aug 2022 14:29:57 +0200
Subject: [PATCH] remove file

---
 .gitignore        | 1 +
 importedData.json | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)
 delete mode 100644 importedData.json

diff --git a/.gitignore b/.gitignore
index 0a20bda..4fab321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 konnector-dev-config.json*
 fixtures/*
 data/*
+.importedData.json
 
 # NPM
 node_modules/
diff --git a/importedData.json b/importedData.json
deleted file mode 100644
index 5b3d3e9..0000000
--- a/importedData.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "io.cozy.files": [],
-  "com.grandlyon.enedis.year": [],
-  "com.grandlyon.enedis.month": [],
-  "com.grandlyon.enedis.minute": []
-}
\ No newline at end of file
-- 
GitLab