Add proper .ignore files
This commit is contained in:
Родитель
64851ba6d4
Коммит
d1bed61fe0
|
@ -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
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче