swc/.gitignore

65 lines
674 B
Plaintext
Raw Normal View History

# 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
2022-07-27 08:45:02 +03:00
.yarn/
target/
2017-12-22 15:51:36 +03:00
**/*.bk
2018-01-12 14:20:08 +03:00
*.log
.vscode/*
!.vscode/settings.json
*.swp
/.idea
*.iml
.DS_Store
node_modules/
# Flamegraph
*.html
2022-04-04 07:12:45 +03:00
!crates/swc_html*/**/*.html
*.svg
package-lock.json
*.data
*.old
*.stacks
# Coverage datas
*.zip
*.info
# Custom cargo target directory for converages
.COVERAGE_DIR
**/*~
**/node_modules
**/.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