Skip to content

Commit

Permalink
feat: ignore gen/schemas for --beta templates (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Mar 25, 2024
1 parent 8191424 commit 7a851c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changes/ignore-schema-directory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"create-tauri-app": "patch"
"create-tauri-app-js": "patch"
---

Ignore `gen/schemas` directory for `--beta` templates.

3 changes: 3 additions & 0 deletions templates/_base_/src-tauri/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# will have compiled files and executables
/target/

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

0 comments on commit 7a851c8

Please sign in to comment.