Compare commits

...

1 Commits

Author SHA1 Message Date
ca62651c3c 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.
2025-11-21 15:13:15 +03:00

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