diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-26 00:08:33 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-26 00:08:33 +0530 |
commit | 4833cc911b004b3da476863ddf27e09d93dd89c0 (patch) | |
tree | 938ee0fce133b26e8f26a32d62f14cbcc19157b9 /backend/.gitignore | |
parent | 09eb9bc1dcebf14947641c70754e1c2c75a8022b (diff) | |
download | admin-panel-4833cc911b004b3da476863ddf27e09d93dd89c0.tar.gz admin-panel-4833cc911b004b3da476863ddf27e09d93dd89c0.tar.bz2 admin-panel-4833cc911b004b3da476863ddf27e09d93dd89c0.zip |
integrated firebase to store login data
Diffstat (limited to 'backend/.gitignore')
-rw-r--r-- | backend/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/.gitignore b/backend/.gitignore index a547bf3..8c17ed9 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +.env dist-ssr *.local |