mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 16:48:30 +02:00
Don't commit .cargo
This commit is contained in:
4
.github/workflows/artifacts.yml
vendored
4
.github/workflows/artifacts.yml
vendored
@@ -51,9 +51,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
# Pin dev version to get non-default targets
|
- uses: tauri-apps/tauri-action@v0
|
||||||
# https://github.com/tauri-apps/tauri-action/issues/356
|
|
||||||
- uses: tauri-apps/tauri-action@dev
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,3 +26,5 @@ dist-ssr
|
|||||||
|
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite-*
|
*.sqlite-*
|
||||||
|
|
||||||
|
.cargo
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[build]
|
|
||||||
target = "aarch64-apple-darwin"
|
|
||||||
|
|
||||||
[target]
|
|
||||||
Reference in New Issue
Block a user