50 lines
435 B
Plaintext
50 lines
435 B
Plaintext
# Build scripts
|
|
build
|
|
|
|
# Test files
|
|
test
|
|
**/*.spec.ts
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# MYC output
|
|
.nyc_output
|
|
coverage
|
|
|
|
# GitHub
|
|
.github
|
|
|
|
# GitLab
|
|
.gitlab-ci.yml
|
|
.gitlab-ci.yaml
|
|
|
|
# tsconfig
|
|
tsconfig.json
|
|
|
|
# SRC docs
|
|
src/docs
|
|
|
|
# Environment files
|
|
*.env
|
|
|
|
# Test temporal files
|
|
.mocha-ts
|
|
.tsconfig.json
|
|
|
|
# docs temporal files
|
|
.nojekyll
|
|
|
|
# Examples
|
|
examples |