Update .gitignore and development.astro for improved configuration and API integration

- Specify .env file handling in .gitignore to prevent accidental exposure of sensitive data.
- Change Git API URL to Gitea for fetching commits, ensuring compatibility with the new repository structure.
This commit is contained in:
2025-06-06 21:40:28 +02:00
parent 61478dcc38
commit 2da6ae3078
2 changed files with 5 additions and 9 deletions

5
.gitignore vendored
View File

@@ -6,7 +6,8 @@ yarn-error.log*
pnpm-debug.log*
# Local env and secrets
.env*
.env
.env.*
!.env.example
# OS/IDE/editor files
@@ -49,7 +50,7 @@ inter.zip
.vercel/
.netlify/
# Optional: ignore public/index.html if its generated dynamically
# Optional: ignore public/index.html if it's generated dynamically
# public/index.html
# Astro preview build cache (if used)