swc/.gitignore
2021-05-01 18:09:10 +09:00

49 lines
418 B
Plaintext

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