1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 15:08:19 +00:00
Files
TypeScript-Node-Starter/.gitignore
Peter Blazejewicz 16dd928b5b Do not store output from coverage tests in repo
This allows to avoid manual removal of output after  test runs
from pending git changes
2018-02-21 21:27:52 +01:00

39 lines
330 B
Plaintext

lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
pids
logs
results
tmp
#Build
public/css/main.css
# API keys and secrets
.env
# Dependency directory
node_modules
bower_components
# Editors
.idea
*.iml
# OS metadata
.DS_Store
Thumbs.db
# Ignore built ts files
dist/**/*
# Ignore output from coverage report
coverage