This commit is contained in:
Nick Chen 2017-06-19 09:56:50 -07:00
Родитель 64851ba6d4
Коммит d1bed61fe0
4 изменённых файлов: 34 добавлений и 27 удалений

Просмотреть файл

@ -1,28 +1,18 @@
#
# TypeScript generated files
#
dist/
#
# Istanbul code coverage files
#
coverage/
#
# https://github.com/github/gitignore/blob/master/Node.gitignore
#
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
@ -36,6 +26,9 @@ coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
@ -43,14 +36,26 @@ coverage
build/Release
# Dependency directories
node_modules
jspm_packages
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Generated vscode package
*.vsix
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env

0
docs/.gitkeep Normal file
Просмотреть файл

Просмотреть файл

@ -1,7 +1,8 @@
tsconfig.json
.vscode/**
screenshots/**
scripts/**
src/**
.vscode-test/**
dist/test/**
test/**
src/**
**/*.map
.gitignore
tsconfig.json

Просмотреть файл

@ -1,7 +1,8 @@
tsconfig.json
.vscode/**
screenshots/**
scripts/**
src/**
.vscode-test/**
dist/test/**
test/**
src/**
**/*.map
.gitignore
tsconfig.json