2020-05-22 14:36:39 +03:00
|
|
|
target/
|
|
|
|
native/index.node
|
|
|
|
native/artifacts.json
|
|
|
|
**/*~
|
|
|
|
**/node_modules
|
|
|
|
**/.DS_Store
|
2020-09-07 20:00:28 +03:00
|
|
|
artifacts/
|
2020-05-22 14:36:39 +03:00
|
|
|
|
|
|
|
pkg/
|
|
|
|
|
|
|
|
yarn.lock
|
|
|
|
package-lock.json
|
|
|
|
*.log
|
|
|
|
.idea/
|
|
|
|
|
2020-05-23 08:03:17 +03:00
|
|
|
wasm/
|
|
|
|
|
|
|
|
# Reduce package size
|
2020-08-12 16:18:47 +03:00
|
|
|
**/tests.rs
|
2020-05-23 08:03:17 +03:00
|
|
|
**/tests/
|
|
|
|
**/benches/
|
|
|
|
**/target/
|
2020-05-28 16:23:53 +03:00
|
|
|
*.svg
|
2020-08-30 09:29:42 +03:00
|
|
|
integration-tests/
|
|
|
|
|
|
|
|
# napi is cool
|
|
|
|
*.rs
|
|
|
|
/scripts/npm
|
|
|
|
/native/
|
|
|
|
/src
|
|
|
|
/.vscode
|
|
|
|
/ecmascript/transforms/src/helpers
|
2020-09-11 10:07:48 +03:00
|
|
|
/node-swc/__tests__/
|
|
|
|
/*.node
|