Make config file and pics.js for skeletal code & Update .gitignore file
Showing
2 changed files
with
32 additions
and
1 deletions
pics.js
0 → 100644
| 1 | +module.exports = { | ||
| 2 | + cats : [ | ||
| 3 | + 'https://i.imgur.com/Qbg7CeM.jpg', | ||
| 4 | + 'https://i.imgur.com/nUzkpJY.jpg', | ||
| 5 | + 'https://i.imgur.com/NpDcKph.jpg', | ||
| 6 | + 'https://i.imgur.com/oJtSDaO.jpg', | ||
| 7 | + 'https://i.redd.it/82ajpsrd17111.jpg', | ||
| 8 | + 'https://i.redd.it/00km1d2rt0111.jpg', | ||
| 9 | + 'https://i.redd.it/rdbavhp0y7111.jpg', | ||
| 10 | + 'https://i.redd.it/5hn3mg0n98111.jpg', | ||
| 11 | + 'https://i.redd.it/d23pb8mta6111.jpg', | ||
| 12 | + 'https://i.redd.it/d2gyrwgy7oz01.jpg', | ||
| 13 | + 'https://i.redd.it/z4sgl84q72z01.jpg', | ||
| 14 | + 'https://i.redd.it/wvykzo8n1cy01.jpg' | ||
| 15 | + ], | ||
| 16 | + | ||
| 17 | + dogs : [ | ||
| 18 | + 'https://i.redd.it/6tjihi2qe7111.jpg', | ||
| 19 | + 'https://i.imgur.com/etRCs56.jpg', | ||
| 20 | + 'https://i.redd.it/nibw50f8y4111.jpg', | ||
| 21 | + 'https://i.redd.it/izcvnvj1o7111.jpg', | ||
| 22 | + 'https://i.redd.it/eqs1g9dldz011.jpg', | ||
| 23 | + 'https://i.redd.it/civ9dnu9u1111.jpg', | ||
| 24 | + 'https://i.redd.it/kk03qwclkp011.jpg', | ||
| 25 | + 'https://i.redd.it/2694pupjne011.jpg', | ||
| 26 | + 'https://i.redd.it/qk49ls5y6oy01.jpg', | ||
| 27 | + 'https://i.imgur.com/oM3mKgB.jpg', | ||
| 28 | + 'https://i.redd.it/8kx2riaulux01.jpg' | ||
| 29 | + ] | ||
| 30 | +}; |
-
Please register or login to post a comment