2020-03-02 22:16:05 +00:00
|
|
|
# Build scripts
|
2021-03-25 12:40:04 +00:00
|
|
|
build
|
2020-03-02 22:16:05 +00:00
|
|
|
|
|
|
|
# Test files
|
2021-03-25 12:40:04 +00:00
|
|
|
test
|
|
|
|
**/*.spec.ts
|
2020-04-08 15:11:47 +00:00
|
|
|
|
2020-03-02 22:16:05 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode
|
2020-04-20 22:50:53 +00:00
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# MYC output
|
|
|
|
.nyc_output
|
2021-03-25 12:40:04 +00:00
|
|
|
coverage
|
2020-04-20 22:50:53 +00:00
|
|
|
|
|
|
|
# GitHub
|
2021-03-25 12:40:04 +00:00
|
|
|
.github
|
|
|
|
|
|
|
|
# tsconfig
|
|
|
|
tsconfig.json
|
|
|
|
|
|
|
|
# SRC docs
|
|
|
|
src/docs
|
|
|
|
|
|
|
|
# Test temporal files
|
|
|
|
.mocha-ts
|
|
|
|
|
|
|
|
# Examples
|
|
|
|
examples
|