2012-04-17 11:08:30 +04:00
|
|
|
projects/*
|
2012-03-11 04:54:55 +04:00
|
|
|
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/*
|
2017-03-26 04:19:49 +03:00
|
|
|
.vscode/*
|
|
|
|
./**/.vscode/*
|
2012-06-05 03:10:03 +04:00
|
|
|
|
|
|
|
# Node #
|
|
|
|
node_modules/
|
2017-03-25 22:15:52 +03:00
|
|
|
npm-debug.log.*
|
2012-06-15 00:00:21 +04:00
|
|
|
azure_error
|
2013-05-18 04:31:11 +04:00
|
|
|
checkstyle-result.xml
|
|
|
|
test-result.xml
|
2018-09-06 19:46:44 +03:00
|
|
|
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/
|
2015-07-03 10:52:46 +03:00
|
|
|
main.conf.json
|
|
|
|
child.conf.json
|
2016-07-20 04:56:01 +03:00
|
|
|
.grunt/
|
2013-12-14 02:26:12 +04:00
|
|
|
|
2016-02-28 06:30:26 +03:00
|
|
|
# temporary test artifacts
|
|
|
|
test/tmp/*
|
|
|
|
|
2013-12-19 05:25:35 +04:00
|
|
|
# Nuget packages and corresponding codegen sources
|
|
|
|
.nuget
|
|
|
|
packages
|
2016-07-20 04:56:01 +03:00
|
|
|
|
2017-09-30 10:30:50 +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
|