Skip to content

Commit 7a851c8

Browse files
authored
feat: ignore gen/schemas for --beta templates (#647)
1 parent 8191424 commit 7a851c8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Ignore `gen/schemas` directory for `--beta` templates.
7+

templates/_base_/src-tauri/_gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
# will have compiled files and executables
33
/target/
44

5+
# Generated by Tauri
6+
# will have schema files for capabilities auto-completion
7+
/gen/schemas

0 commit comments

Comments
 (0)