swc/.gitignore
Yehuda Katz db85d123b7
Fix a number of typos (#1412)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
2021-02-20 15:18:09 +09:00

48 lines
412 B
Plaintext

# Built files
/*.js
/*.map
/*.d.ts
native/artifacts.json
artifacts.json
*.node
target/
**/*.bk
core
*.log
Cargo.lock
.vscode/*
!.vscode/settings.json
/.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/
yarn.lock
.idea/