From 1ec3a710b20c835b17befb83ab119df63be30223 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:21:45 +0700 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- src/index.js | 2 +- src/notified-items.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 src/notified-items.json diff --git a/.gitignore b/.gitignore index 79dd073..80965ac 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ coverage/ npm-debug.log* yarn-debug.log* yarn-error.log* -.DS_Store \ No newline at end of file +.DS_Store +/src/notified.json \ No newline at end of file diff --git a/src/index.js b/src/index.js index da5155c..f7d1c61 100644 --- a/src/index.js +++ b/src/index.js @@ -14,7 +14,7 @@ const EBAY_CLIENT_ID = process.env.EBAY_CLIENT_ID; const EBAY_CLIENT_SECRET = process.env.EBAY_CLIENT_SECRET; // File path for notified items -const NOTIFIED_ITEMS_FILE = path.join(__dirname, 'notified-items.json'); +const NOTIFIED_ITEMS_FILE = path.join(__dirname, 'notified.json'); // Load notified items from file function loadNotifiedItems() { diff --git a/src/notified-items.json b/src/notified-items.json deleted file mode 100644 index a79a17b..0000000 --- a/src/notified-items.json +++ /dev/null @@ -1 +0,0 @@ -[["406889783233",1777361941519],["198315836805",1777361941520],["389946870200",1777361941520],["168336923073",1777361941520],["406889403440",1777361941521],["406889302608",1777361941521],["287297787444",1777361941521],["277935134368",1777361941521],["298267961877",1777361941528],["287297761211",1777361941528],["389945788003",1777361941528],["318212748746",1777361941529],["168336517246",1777361941529],["397886146580",1777361941529],["277934865960",1777361941535],["327126597133",1777361941541],["366373313787",1777361941541],["397872549338",1777361942673],["298269009950",1777362782129],["198314867297",1777363021034],["298267592634",1777363021035]] \ No newline at end of file