mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-21 18:55:14 +02:00
chore: CI workflows, gitignore, release pipeline for v2.0
- Add ci.yml: cargo check + clippy + test on macOS/Linux, dashboard build - Update release.yml: build dashboard before cargo build, fix x86_64-apple-darwin runner (macos-13) - Update test.yml: add dashboard build job, update checkout action to v4 - Add .svelte-kit/ and apps/dashboard/node_modules/ to gitignore - Remove .svelte-kit/ from git tracking (intermediate build artifacts) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c2d28f3433
commit
9b1aa9cdeb
136 changed files with 165 additions and 17623 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -123,6 +123,12 @@ credentials.json
|
|||
**/.fastembed_cache/
|
||||
.fastembed_cache/
|
||||
|
||||
# =============================================================================
|
||||
# SvelteKit (intermediate build artifacts — build/ is kept for include_dir!)
|
||||
# =============================================================================
|
||||
apps/dashboard/.svelte-kit/
|
||||
apps/dashboard/node_modules/
|
||||
|
||||
# =============================================================================
|
||||
# External repos (forks, submodules)
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue