swc/.gitignore
강동윤 e916b35dd2
feat(node/swc): Support sourceFileName (#1976)
swc:
 - Support `sourceFileName`.
2021-08-03 00:49:34 +09:00

54 lines
486 B
Plaintext

# Built files
/*.js
!jest.config.js
/*.map
/*.d.ts
native/artifacts.json
artifacts.json
*.node
target/
**/*.bk
core
*.log
.vscode/*
!.vscode/settings.json
*.swp
/.idea
*.iml
.DS_Store
node_modules/
# Flamegraph
*.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