mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-05 01:44:34 +03:00
a9b2c0625c
* chore: Commit Cargo.lock * memchr for non-windows * cfg-expr for non-windows * add msrv check to covector * update script * downgrade arboard * downgrade petgraph --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
90 lines
1.2 KiB
Plaintext
90 lines
1.2 KiB
Plaintext
# 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
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Typescript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional yarn cache directory
|
|
.yarn
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
/.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
|