swc/.gitignore
강동윤 fcef201695
spack: super-fast bundler (#825)
Version is alpha as it's not complete
2020-06-13 23:09:45 +09:00

48 lines
353 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
**/*~
**/node_modules
**/.DS_Store
pkg/
yarn.lock
.idea/