update gitignore
This commit is contained in:
parent
6fa0589e53
commit
1ec3a710b2
|
|
@ -7,4 +7,5 @@ coverage/
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
/src/notified.json
|
||||||
|
|
@ -14,7 +14,7 @@ const EBAY_CLIENT_ID = process.env.EBAY_CLIENT_ID;
|
||||||
const EBAY_CLIENT_SECRET = process.env.EBAY_CLIENT_SECRET;
|
const EBAY_CLIENT_SECRET = process.env.EBAY_CLIENT_SECRET;
|
||||||
|
|
||||||
// File path for notified items
|
// 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
|
// Load notified items from file
|
||||||
function loadNotifiedItems() {
|
function loadNotifiedItems() {
|
||||||
|
|
|
||||||
|
|
@ -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]]
|
|
||||||
Loading…
Reference in New Issue