This website requires JavaScript.
Explore
Help
Sign In
tauri-apps
/
tauri
Watch
1
Star
1
Fork
0
You've already forked tauri
mirror of
https://github.com/tauri-apps/tauri.git
synced
2024-12-18 08:02:13 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62ce02f6b5
tauri
/
tooling
/
cli
/
templates
/
app
/
src-tauri
/
.gitignore
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(scaffolding) folders, templates, rust, c, node WOW * feat(proton) initial packages for webview and binding-rust * feat(proton) new folder structure * chore(compliance) readmes and licenses * chore(npm) create package.json * chore(proton) rename packages and create lib/rust * chore(proton) create templates directory * feat(rust) rustfmt tab_spaces = 2 * feat(rust) run fmt and fix template structure * chore(npm) update package - package name (@quasar/proton) - node 10, npm 6.6, yarn 1.17.3 (security) - .gitignore - .npmignore - add docs and spec dirs Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-14 15:47:29 +03:00
# Generated by Cargo
# will have compiled files and executables
/target/
fix(tauri.js/template): don't ignore lock file, add WixTools (#451) As noted in the comment that was deleted, we should commit the Cargo.lock when creating an executable. This is the template that is copied into the consumer so I think we can safely assume that they will be creating an executable. Also adding `WixTools` which is created on Windows builds, similar to the `/target/` dir
2020-02-22 19:51:14 +03:00
WixTools
Reference in New Issue
Copy Permalink