2019-07-14 15:47:29 +03:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2021-04-22 21:33:29 +03:00
|
|
|
# smoke-tests repo
|
|
|
|
/smoke-tests
|
|
|
|
|
2019-07-14 15:47:29 +03:00
|
|
|
# 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
|
|
|
|
|
2020-02-24 02:15:57 +03:00
|
|
|
# Optional yarn cache directory
|
|
|
|
.yarn
|
|
|
|
|
2019-07-14 15:47:29 +03:00
|
|
|
# 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*
|
2019-12-30 02:34:46 +03:00
|
|
|
.idea
|
2019-07-14 15:47:29 +03:00
|
|
|
debug.log
|
|
|
|
package-lock.json
|
|
|
|
.vscode/settings.json
|
2019-12-29 08:45:13 +03:00
|
|
|
*/.vscode/
|
2019-12-30 02:13:08 +03:00
|
|
|
proptest-regressions/
|
2019-12-30 02:34:46 +03:00
|
|
|
TODO.md
|
2019-11-16 21:51:46 +03:00
|
|
|
|
2019-11-26 23:16:21 +03:00
|
|
|
# rust compiled folders
|
|
|
|
target
|
2019-11-16 21:51:46 +03:00
|
|
|
|
2020-07-19 23:33:12 +03:00
|
|
|
# lock for libs
|
2024-01-17 22:21:45 +03:00
|
|
|
#/Cargo.lock Committed to prevent msrv checks from failing
|
2021-08-10 06:18:16 +03:00
|
|
|
/tooling/bench/tests/Cargo.lock
|
2021-01-31 06:26:12 +03:00
|
|
|
/yarn.lock
|
2019-12-30 02:34:46 +03:00
|
|
|
|
2020-06-07 22:44:21 +03:00
|
|
|
# ignore frida handlers
|
|
|
|
__handlers__/
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
# benches
|
|
|
|
gh-pages
|
2022-03-02 16:21:00 +03:00
|
|
|
test_video.mp4
|
|
|
|
|
|
|
|
# old cli directories
|
|
|
|
/tooling/cli.js
|
|
|
|
/tooling/cli.rs
|