2020-04-06 22:49:13 +00:00
|
|
|
# Build scripts
|
2021-03-24 13:04:30 +00:00
|
|
|
build
|
2020-04-06 22:49:13 +00:00
|
|
|
|
2021-03-24 13:04:30 +00:00
|
|
|
# Test files
|
|
|
|
test
|
|
|
|
**/*.spec.ts
|
2020-04-06 22:49:13 +00:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode
|
2020-04-06 22:51:13 +00:00
|
|
|
|
|
|
|
# IntelliJ
|
2020-04-18 23:13:29 +00:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# MYC output
|
|
|
|
.nyc_output
|
2021-03-24 13:04:30 +00:00
|
|
|
coverage
|
2020-04-18 23:13:29 +00:00
|
|
|
|
|
|
|
# GitHub
|
2021-03-24 13:04:30 +00:00
|
|
|
.github
|
|
|
|
|
|
|
|
# tsconfig
|
|
|
|
tsconfig.json
|
|
|
|
|
|
|
|
# SRC docs
|
|
|
|
src/docs
|
|
|
|
|
|
|
|
# Test temporal files
|
|
|
|
.mocha-ts
|