feat: add gitea workflow
All checks were successful
Build and Release Zed Editor / check-version (push) Successful in 20s
Build and Release Zed Editor / build-and-release (push) Successful in 44s

This commit is contained in:
2025-10-13 14:05:11 +02:00
parent 7bd7a317f3
commit 45a002fd47
4 changed files with 317 additions and 35 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Build artifacts
build/
# Temporary files
*.tmp
*.log
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~