swc/.gitignore
2021-11-09 20:42:49 +09:00

53 lines
481 B
Plaintext

# Built files
/*.js
!jest.config.js
/*.map
/*.d.ts
native/artifacts.json
artifacts.json
*.node
target/
**/*.bk
*.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