-
-
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 (#10743)
- Loading branch information
Showing
119 changed files
with
1,907 additions
and
18,696 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,4 +1,4 @@ | ||
[env] | ||
# workaround needed to prevent `STATUS_ENTRYPOINT_NOT_FOUND` error | ||
# workaround needed to prevent `STATUS_ENTRYPOINT_NOT_FOUND` error in tests | ||
# see https://github.com/tauri-apps/tauri/pull/4383#issuecomment-1212221864 | ||
__TAURI_WORKSPACE__ = "true" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"tauri-build": "patch:feat" | ||
--- | ||
|
||
Add `WindowsAttributes::new_without_app_manifest` to create `WindowsAttributes` without the default manifest. | ||
|
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
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
File renamed without changes.
Oops, something went wrong.