azure-sdk-for-node/.gitignore

51 строка
555 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/*
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
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-02-28 06:30:26 +03:00
# temporary test artifacts
test/tmp/*
# Nuget packages and corresponding codegen sources
.nuget
packages