2020-05-22 14:36:39 +03:00
|
|
|
# Built files
|
|
|
|
/*.js
|
2022-07-13 09:39:08 +03:00
|
|
|
!node-swc/jest.config.js
|
2020-06-13 17:09:45 +03:00
|
|
|
/*.map
|
2020-05-22 14:36:39 +03:00
|
|
|
/*.d.ts
|
|
|
|
native/artifacts.json
|
|
|
|
artifacts.json
|
|
|
|
*.node
|
2022-07-13 09:39:08 +03:00
|
|
|
*.tmp_node_swc_fixture_test
|
2021-12-21 23:20:20 +03:00
|
|
|
/scripts/npm/**/swc
|
|
|
|
/scripts/npm/**/swc.exe
|
2022-07-27 08:45:02 +03:00
|
|
|
.yarn/
|
2018-02-27 07:21:57 +03:00
|
|
|
|
2018-01-22 04:45:08 +03:00
|
|
|
target/
|
2017-12-22 15:51:36 +03:00
|
|
|
**/*.bk
|
2018-01-12 14:20:08 +03:00
|
|
|
*.log
|
2018-02-03 13:56:23 +03:00
|
|
|
|
2018-02-27 07:21:57 +03:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
2021-05-01 12:09:10 +03:00
|
|
|
*.swp
|
2018-02-27 07:21:57 +03:00
|
|
|
|
2018-02-03 13:56:23 +03:00
|
|
|
/.idea
|
2018-10-25 07:17:05 +03:00
|
|
|
*.iml
|
|
|
|
|
2018-11-14 13:40:46 +03:00
|
|
|
.DS_Store
|
|
|
|
|
2023-09-06 20:29:47 +03:00
|
|
|
/node_modules/
|
2019-11-23 07:03:29 +03:00
|
|
|
|
|
|
|
# Flamegraph
|
|
|
|
*.html
|
2022-04-04 07:12:45 +03:00
|
|
|
!crates/swc_html*/**/*.html
|
2019-12-28 05:25:54 +03:00
|
|
|
*.svg
|
2020-02-16 15:06:25 +03:00
|
|
|
package-lock.json
|
2020-03-01 14:05:03 +03:00
|
|
|
*.data
|
|
|
|
*.old
|
2020-03-02 14:49:08 +03:00
|
|
|
*.stacks
|
2020-02-16 15:06:25 +03:00
|
|
|
|
|
|
|
# Coverage datas
|
|
|
|
*.zip
|
2020-03-01 14:05:03 +03:00
|
|
|
*.info
|
2020-08-01 10:57:36 +03:00
|
|
|
# Custom cargo target directory for converages
|
|
|
|
.COVERAGE_DIR
|
2020-05-22 14:36:39 +03:00
|
|
|
|
|
|
|
**/*~
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
pkg/
|
|
|
|
|
|
|
|
.idea/
|
2021-06-18 14:34:17 +03:00
|
|
|
|
|
|
|
|
|
|
|
# Generated while testing
|
2021-08-02 18:49:34 +03:00
|
|
|
*.tmp.js
|
|
|
|
|
|
|
|
# Used to see output of babel.
|
2022-02-25 23:28:17 +03:00
|
|
|
/lab
|
|
|
|
|
2022-03-16 01:45:40 +03:00
|
|
|
*.mm_profdata
|
2022-03-31 11:45:08 +03:00
|
|
|
.tsbuildinfo
|
2022-05-08 13:12:50 +03:00
|
|
|
.swc/
|
|
|
|
|
|
|
|
# Used by scripts
|
2022-07-17 06:18:22 +03:00
|
|
|
*.tmp.txt
|
2024-07-19 21:05:08 +03:00
|
|
|
swc-core-*.tgz
|
|
|
|
|
|
|
|
# samply
|
|
|
|
profile.json
|