mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 15:25:01 +03:00
a86e9f3bb5
**Related issue:** - x-ref: https://vercel.slack.com/archives/C04DUD7EB1B/p1693911653100299?thread_ts=1693819683.070959&cid=C04DUD7EB1B
64 lines
659 B
Plaintext
64 lines
659 B
Plaintext
# Built files
|
|
/*.js
|
|
!node-swc/jest.config.js
|
|
/*.map
|
|
/*.d.ts
|
|
native/artifacts.json
|
|
artifacts.json
|
|
*.node
|
|
*.tmp_node_swc_fixture_test
|
|
/scripts/npm/**/swc
|
|
/scripts/npm/**/swc.exe
|
|
.yarn/
|
|
|
|
target/
|
|
**/*.bk
|
|
*.log
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
*.swp
|
|
|
|
/.idea
|
|
*.iml
|
|
|
|
.DS_Store
|
|
|
|
/node_modules/
|
|
|
|
# Flamegraph
|
|
*.html
|
|
!crates/swc_html*/**/*.html
|
|
*.svg
|
|
package-lock.json
|
|
*.data
|
|
*.old
|
|
*.stacks
|
|
|
|
# Coverage datas
|
|
*.zip
|
|
*.info
|
|
# Custom cargo target directory for converages
|
|
.COVERAGE_DIR
|
|
|
|
**/*~
|
|
**/.DS_Store
|
|
|
|
pkg/
|
|
|
|
.idea/
|
|
|
|
|
|
# Generated while testing
|
|
*.tmp.js
|
|
|
|
# Used to see output of babel.
|
|
/lab
|
|
|
|
*.mm_profdata
|
|
.tsbuildinfo
|
|
.swc/
|
|
|
|
# Used by scripts
|
|
*.tmp.txt
|
|
swc-core-*.tgz |