1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 23:18:26 +00:00

have env var scripts.. but I'm not sure I like it

This commit is contained in:
Bowden
2018-01-04 16:16:00 -08:00
parent 958d0f5e4b
commit 7974d20503
6 changed files with 71 additions and 10 deletions

7
.gitignore vendored
View File

@@ -33,3 +33,10 @@ Thumbs.db
# Ignore built ts files
dist/**/*
# Ignore scripts that contains secrets
env.sh
env.cmd
# coverage reports
coverage/**/*