swc/.gitignore

48 lines
412 B
Plaintext
Raw Normal View History

# Built files
/*.js
/*.map
/*.d.ts
native/artifacts.json
artifacts.json
*.node
target/
2017-12-22 15:51:36 +03:00
**/*.bk
core
2018-01-12 14:20:08 +03:00
*.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/