65 строки
711 B
Plaintext
65 строки
711 B
Plaintext
projects/*
|
|
targets/*
|
|
packages/*
|
|
test/data/test_package.zip
|
|
|
|
# Visual Studio #
|
|
*.suo
|
|
*.user
|
|
.ntvs_analysis.dat
|
|
obj/*
|
|
examples/obj
|
|
examples/.ntvs_analysis.dat
|
|
examples/.vs
|
|
examples/bin
|
|
.vs
|
|
TestResults/*
|
|
.vscode/*
|
|
./**/.vscode/*
|
|
|
|
# Node #
|
|
node_modules/
|
|
npm-debug.log.*
|
|
azure_error
|
|
checkstyle-result.xml
|
|
test-result.xml
|
|
package-lock.json
|
|
|
|
# Mac OS #
|
|
.DS_Store
|
|
.DS_Store?
|
|
|
|
# Windows #
|
|
Thumbs.db
|
|
|
|
# Credentials #
|
|
*.cer
|
|
*.pfx
|
|
*.pem
|
|
|
|
# WebStorm #
|
|
.idea/
|
|
|
|
# docs #
|
|
docs/
|
|
main.conf.json
|
|
child.conf.json
|
|
.grunt/
|
|
|
|
# temporary test artifacts
|
|
test/tmp/*
|
|
|
|
# Nuget packages and corresponding codegen sources
|
|
.nuget
|
|
packages
|
|
|
|
# Coverage report
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Test Results
|
|
test-results.xml
|