chore: update .gitignore to include additional Gitea workflow files

- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of these workflow configuration files.
This commit is contained in:
2025-11-21 15:13:15 +03:00
parent a52b2d13f0
commit ca62651c3c

2
.gitignore vendored
View File

@@ -49,5 +49,7 @@ build/
.env.production .env.production
.env.local .env.local
.env.production.example .env.production.example
# Gitea workflows
.gitea/workflows/deploy.yml .gitea/workflows/deploy.yml
.gitea/workflows/build.yml .gitea/workflows/build.yml