diff --git a/.env b/.env deleted file mode 100644 index 41e3d61..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -CITY_API_KEY="" - -BACKEND_API_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjc4Nzc5NDEzLCJpYXQiOjE2NjE0OTk0MTMsImp0aSI6IjdiM2E2NzYzNWIxYjRkYWZiMTljYTg1NmI3NGQ0MWI1IiwidXNlcl9pZCI6Mn0.dzHFep_buR6XWpNCkrOkGEuh7Ah1H3M0M1sfL85XogM" \ No newline at end of file diff --git a/.gitignore b/.gitignore index d4ae225..86a7fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .next .swc out -yarn.lock \ No newline at end of file +yarn.lock +.env