mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
881c3a369f
I decided to configure crontab on my desktop because coverage test requires 20+GB of ram
49 lines
413 B
Plaintext
49 lines
413 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/
|
|
|