mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
e62ea09935
The purpose of the commit is to prevent my mistake like the one in `v1.1.49`.
22 lines
218 B
Plaintext
22 lines
218 B
Plaintext
target/
|
|
native/index.node
|
|
native/artifacts.json
|
|
**/*~
|
|
**/node_modules
|
|
**/.DS_Store
|
|
|
|
pkg/
|
|
|
|
yarn.lock
|
|
package-lock.json
|
|
*.log
|
|
.idea/
|
|
|
|
wasm/
|
|
|
|
# Reduce package size
|
|
**/tests/
|
|
**/benches/
|
|
**/target/
|
|
*.svg
|
|
integration-tests/ |