chore: update .gitignore to include Gitea workflow files

- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of workflow configuration files.
This commit is contained in:
ianshaloom
2025-11-21 14:23:50 +03:00
parent d5b78d7449
commit 9a5508ffe8
3 changed files with 245 additions and 0 deletions

2
.gitignore vendored
View File

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