azure-sdk-for-node/.gitignore

65 строки
711 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

projects/*
targets/*
2016-02-28 06:30:26 +03:00
packages/*
2016-05-22 05:11:51 +03:00
test/data/test_package.zip
2012-06-05 03:10:03 +04:00
# Visual Studio #
*.suo
*.user
2016-02-28 06:30:26 +03:00
.ntvs_analysis.dat
obj/*
examples/obj
examples/.ntvs_analysis.dat
examples/.vs
examples/bin
.vs
2016-03-08 01:16:25 +03:00
TestResults/*
.vscode/*
./**/.vscode/*
2012-06-05 03:10:03 +04:00
# Node #
node_modules/
npm-debug.log.*
2012-06-15 00:00:21 +04:00
azure_error
checkstyle-result.xml
test-result.xml
package-lock.json
2012-06-05 03:10:03 +04:00
# Mac OS #
.DS_Store
.DS_Store?
# Windows #
2012-12-03 23:58:21 +04:00
Thumbs.db
2013-12-03 20:54:45 +04:00
# Credentials #
*.cer
*.pfx
*.pem
2012-12-03 23:58:21 +04:00
# WebStorm #
.idea/
2013-07-24 17:22:37 +04:00
# docs #
2013-07-31 22:42:51 +04:00
docs/
main.conf.json
child.conf.json
2016-07-20 04:56:01 +03:00
.grunt/
2016-02-28 06:30:26 +03:00
# temporary test artifacts
test/tmp/*
# Nuget packages and corresponding codegen sources
.nuget
packages
2016-07-20 04:56:01 +03:00
# Coverage report
coverage
2018-12-01 01:18:28 +03:00
.nyc_output
# Output of 'npm pack'
*.tgz
# Test Results
test-results.xml