Consolidate .gitignore to top-level
This commit is contained in:
Родитель
e1e35c5743
Коммит
0d56d6fe10
|
@ -1,5 +1,10 @@
|
|||
#
|
||||
# https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
#
|
||||
|
||||
# TypeScript generated files
|
||||
dist/
|
||||
out/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
@ -40,9 +45,6 @@ build/Release
|
|||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
|
@ -60,3 +62,9 @@ typings/
|
|||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# Generated vscode package
|
||||
*.vsix
|
||||
|
||||
# VS Code tests
|
||||
.vscode-test/**
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
#
|
||||
# https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
#
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
jspm_packages
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Generated vscode package
|
||||
*.vsix
|
||||
|
||||
# VS Code tests
|
||||
.vscode-test/**
|
||||
|
||||
# TypeScript generated files
|
||||
out/
|
||||
|
||||
# Istanbul code coverage files
|
||||
coverage/
|
|
@ -1,53 +0,0 @@
|
|||
#
|
||||
# https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
#
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
jspm_packages
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Generated vscode package
|
||||
*.vsix
|
||||
|
||||
# VS Code tests
|
||||
.vscode-test/**
|
||||
|
||||
# TypeScript generated files
|
||||
out/
|
||||
|
||||
# Istanbul code coverage files
|
||||
coverage/
|
|
@ -1,53 +0,0 @@
|
|||
#
|
||||
# https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
#
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
jspm_packages
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Generated vscode package
|
||||
*.vsix
|
||||
|
||||
# VS Code tests
|
||||
.vscode-test/**
|
||||
|
||||
# TypeScript generated files
|
||||
out/
|
||||
|
||||
# Istanbul code coverage files
|
||||
coverage/
|
Загрузка…
Ссылка в новой задаче