From 2b142fcfab69a9c998bc774a41395ceddd1aee18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Wed, 1 Apr 2026 10:33:32 -0300 Subject: [PATCH] delete: files that are not necessary --- .env.example | 9 --------- .gitignore | 2 +- README.md | 20 -------------------- metadata.json | 5 ----- 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .env.example delete mode 100644 README.md delete mode 100644 metadata.json diff --git a/.env.example b/.env.example deleted file mode 100644 index 7a550fe..0000000 --- a/.env.example +++ /dev/null @@ -1,9 +0,0 @@ -# GEMINI_API_KEY: Required for Gemini AI API calls. -# AI Studio automatically injects this at runtime from user secrets. -# Users configure this via the Secrets panel in the AI Studio UI. -GEMINI_API_KEY="MY_GEMINI_API_KEY" - -# APP_URL: The URL where this applet is hosted. -# AI Studio automatically injects this at runtime with the Cloud Run service URL. -# Used for self-referential links, OAuth callbacks, and API endpoints. -APP_URL="MY_APP_URL" diff --git a/.gitignore b/.gitignore index 5a86d2a..de657f9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ coverage/ .DS_Store *.log .env* -!.env.example +package* \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 443963b..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -
-GHBanner -
- -# Run and deploy your AI Studio app - -This contains everything you need to run your app locally. - -View your app in AI Studio: https://ai.studio/apps/48cc4bc1-d0c3-44bc-960d-1428c57a80b6 - -## Run Locally - -**Prerequisites:** Node.js - - -1. Install dependencies: - `npm install` -2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key -3. Run the app: - `npm run dev` diff --git a/metadata.json b/metadata.json deleted file mode 100644 index efe4549..0000000 --- a/metadata.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Black Brasil Links", - "description": "A Linktree-style page for Black Brasil.", - "requestFramePermissions": [] -}