mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
chore(gui): update / add taurignore
This commit is contained in:
parent
9f2d42f6a4
commit
47d4dfc1f8
4 changed files with 11 additions and 0 deletions
1
build-check-static-link/.taurignore
Normal file
1
build-check-static-link/.taurignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*
|
||||
1
build-updater-json/.taurignore
Normal file
1
build-updater-json/.taurignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*
|
||||
|
|
@ -1,3 +1,11 @@
|
|||
# everuthing except for rust files
|
||||
# https://github.com/tauri-apps/tauri/issues/9163 we cannot write /* and exclude few
|
||||
#/*
|
||||
#!/*.toml
|
||||
#!/*.rs
|
||||
#!/icons
|
||||
#!/src
|
||||
|
||||
# temporary files
|
||||
/.*/**
|
||||
/node_modules/**
|
||||
|
|
|
|||
1
vrc-get/.taurignore
Normal file
1
vrc-get/.taurignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue