azure-storage-js/.gitignore

67 строки
957 B
Plaintext
Исходник Обычный вид История

2018-08-28 05:21:08 +03:00
# Logs
logs
2018-08-04 14:40:09 +03:00
*.log
2018-08-28 05:21:08 +03:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Coverage directory used by tools like istanbul
coverage
coverage-browser
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# nyc test coverage
.nyc_output
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Bower dependency directory (https://bower.io/)
bower_components
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# node-waf configuration
.lock-wscript
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Dependency directories
2018-08-04 14:40:09 +03:00
node_modules/
2018-08-28 05:21:08 +03:00
jspm_packages/
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# TypeScript v1 declaration files
typings/
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Optional npm cache directory
.npm
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Optional eslint cache
.eslintcache
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Optional REPL history
.node_repl_history
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Output of 'npm pack'
*.tgz
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Yarn Integrity file
.yarn-integrity
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# dotenv environment variables file
.env
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# next.js build output
.next
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Typescript output
/blob/dist/
/blob/typings/
/blob/browser/
/blob/dist-*/
/blob/temp
test*.xml
2018-08-04 14:40:09 +03:00
2018-08-28 05:21:08 +03:00
# Visual Studio Code
.vscode/
statistics.html