From dff5d23b63a6c2cd1d1e813f790ec34f708d84a5 Mon Sep 17 00:00:00 2001 From: reiyua Date: Thu, 4 Jan 2024 18:33:12 +1100 Subject: [PATCH] Add firebase files to GITIGNORE --- .firebase/hosting.YnVpbGQ.cache | 20 ++++++++++---------- .gitignore | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.firebase/hosting.YnVpbGQ.cache b/.firebase/hosting.YnVpbGQ.cache index 2dfb691..4ae8ba9 100644 --- a/.firebase/hosting.YnVpbGQ.cache +++ b/.firebase/hosting.YnVpbGQ.cache @@ -1,14 +1,14 @@ -asset-manifest.json,1704352671882,f75ecd80583b5e3860434903ac389647945c4cc411d04efb23e3d75f5db1c80c -index.html,1704352671882,b1325cbe26e4f49dfda9da91cf562541702816b201839816501043f6e2c3067c favicon.ico,1704341769327,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9 logo192.png,1704341770607,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b +logo512.png,1704341770658,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331 manifest.json,1704341770194,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a robots.txt,1704341770754,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49 -logo512.png,1704341770658,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331 -static/js/787.bb6e1b57.chunk.js,1704352671885,192278f8faeffb6d2004f0f63c42bc9a0d94e1feaa0db6f9c8bf9731cd9f32b2 -static/js/787.bb6e1b57.chunk.js.map,1704352671885,52f5d2b134a5a4eeaaba716cd6e520354d7873db19d515e65d6d0f4a112725fd -static/js/main.c25cf149.js.LICENSE.txt,1704352671885,796ece36528b1ad66cadde8ae8d3a1d2fee6e8d174de5ee571a27cd69fcb1ec9 -static/css/main.12a4dab3.css,1704352671885,1d1c11ae9842804fafd23b9819ece2d8bb00aaa7d6728bfe337bf7bf7518738a -static/js/main.c25cf149.js,1704352671885,ea409f13bab90da9b9b69b353db5919728b6d9627e13560b5ff114a740c5e7ac -static/css/main.12a4dab3.css.map,1704352671885,9bfaeb54f81640f2c048b4e782e93d0018439bf57b5906353ee6d544eda2e6ff -static/js/main.c25cf149.js.map,1704352671885,cf4f1b36f83af8ab01329128d3b2fd6e58cc7cf1ab14ed24a901986b2e2809cb +asset-manifest.json,1704353483096,a0c04411d74c47fde0627476f80bef0eacb73ae233a7c8aa5d5afdf3cb3a891d +index.html,1704353483096,f828f9393f77eb06b5e8f229b10f356cdd0c0044fdc7ae6f18e0d28a50e10154 +static/js/787.bb6e1b57.chunk.js,1704353483098,192278f8faeffb6d2004f0f63c42bc9a0d94e1feaa0db6f9c8bf9731cd9f32b2 +static/js/main.b5f9f02a.js.LICENSE.txt,1704353483098,796ece36528b1ad66cadde8ae8d3a1d2fee6e8d174de5ee571a27cd69fcb1ec9 +static/js/787.bb6e1b57.chunk.js.map,1704353483099,52f5d2b134a5a4eeaaba716cd6e520354d7873db19d515e65d6d0f4a112725fd +static/css/main.12a4dab3.css,1704353483099,1d1c11ae9842804fafd23b9819ece2d8bb00aaa7d6728bfe337bf7bf7518738a +static/js/main.b5f9f02a.js,1704353483099,0eb8cbcaef77dd8b52ab71d678db140869692b0733b5257a39212ca062185af7 +static/css/main.12a4dab3.css.map,1704353483099,9bfaeb54f81640f2c048b4e782e93d0018439bf57b5906353ee6d544eda2e6ff +static/js/main.b5f9f02a.js.map,1704353483099,0d22ae6388e9485f9d6aaa1c9ec9fdb1268bf3ead8bd1d82e74484be1be7d7ce diff --git a/.gitignore b/.gitignore index 0138f9e..622c415 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ yarn-error.log* src/config/Config.js firebase.json .firebaserc +.firebase/hosting.YnVpbGQ.cache