-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup and simplify examples
- Updated `.gitignore` file - Simplified and cleanedup examples - Removed examples that serve almost zero value: - `navigation` - `parent-window` - `web` - `workspace` - `run-iteration` - `plugins/tauri-plugin-sample`: the plugin example in `api` example is enough
- Loading branch information
Showing
111 changed files
with
1,800 additions
and
18,558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,55 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# smoke-tests repo | ||
/smoke-tests | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
# dependency directories | ||
node_modules/ | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
# Optional npm and yarn cache directory | ||
.npm/ | ||
.yarn/ | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
# dotenv environment variables file | ||
.env | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
# .vscode workspace settings file | ||
.vscode/settings.json | ||
|
||
# Optional npm cache directory | ||
.npm | ||
# npm, yarn and bun lock files | ||
package-lock.json | ||
yarn.lock | ||
bun.lockb | ||
|
||
# Optional yarn cache directory | ||
.yarn | ||
# rust compiled folders | ||
target/ | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
# test video for streaming example | ||
streaming_example_test_video.mp4 | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
# examples /gen directory | ||
/examples/**/gen/ | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
# old cli directories | ||
/tooling/cli.js | ||
/tooling/cli.rs | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
# logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# dotenv environment variables file | ||
.env | ||
# runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# miscellaneous | ||
/.vs | ||
.DS_Store | ||
.Thumbs.db | ||
*.sublime* | ||
.idea | ||
debug.log | ||
package-lock.json | ||
.vscode/settings.json | ||
*/.vscode/ | ||
proptest-regressions/ | ||
TODO.md | ||
|
||
# rust compiled folders | ||
target | ||
|
||
# lock for libs | ||
#/Cargo.lock Committed to prevent msrv checks from failing | ||
/tooling/bench/tests/Cargo.lock | ||
/yarn.lock | ||
|
||
# ignore frida handlers | ||
__handlers__/ | ||
|
||
# benches | ||
gh-pages | ||
test_video.mp4 | ||
|
||
# old cli directories | ||
/tooling/cli.js | ||
/tooling/cli.rs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.