oav/.gitignore

111 строки
1.3 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2016-11-08 03:28:36 +03:00
#### linux gitignore
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
2016-11-14 09:45:04 +03:00
/obj/*
/node_modules
.ntvs_analysis.dat
.ntvs_analysis.*
npm-debug.log
tmp/*
packages/*
*.njsperf
.vs/
bin/*
/.vscode/*
ValidationTool.njsproj
ValidationTool.sln
.vscode/launch.json
2016-11-08 03:28:36 +03:00
#### win gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
#### osx gitignore
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
node_modules
#### JetBrains
.idea
# ignore code gen virtual env folder
SdkCodeGen
output/*
*.js
2018-06-01 02:50:45 +03:00
dist/
2018-05-31 22:15:24 +03:00
*.tgz
*.js.map
coverage/
.nyc_output
test-results.xml
newman/
V2 (#655) * fix bug * fix bug * separate schema def * fix types * remove type & add scenario * fix testResourceLoader * fix jsonpatch * fix schemas * fix schema * fix types * fix schema * fix raw types * save * fix loader * simplify VariableScope in memory * fix * fix testScenarioGenerator * fix * fix runner * fix tslint * restore shareScope * fix bug * requiredVariables * variable type * fix resolve variables * bump js-yaml version * define patternProperties * restore plain structure * implement apiScenaroYamlLoader * expectedResponse & use Example operationId * fix variableEnv bug * support patch * fix bug * implement Patch per ARM RPC * log step name * templateGenerator * update export types * add armTemplate parameters convension * fix bug * fix request schema * cleanUpSteps * error handling when execution * revert * revert cliSuppressExceptions * Update validate-examples-regression-sample.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Revert "Update azure-pipelines.yml for Azure Pipelines" This reverts commit 273b05ef82f9d38327af572a63721464df15b936. * Revert "Update validate-examples-regression-sample.yml for Azure Pipelines" This reverts commit d758018bdbfdab2598743237062ff0dce48e1dbd. * npm install with v6 * Refactor VariableEnv * fix bug * variableEnv * fix outputVariables * revert placeholder * add resolveVariables option and turn off in postmanCollectionRunner * fix pathVariable * use output method to make output variable global * update * fix prettier * rename to apiScenario * rename command * restore folder name * restore fixture * remove fixture from .gitignore * fix * fix test * resove armTemplate * systemData is readOnly * Fix bug * fix VariableEnv * fix resolveString * fix convention for cleanUp steps * apply patch * fix xmsExampleExtract bug * fix xMsExampleExtractor * rename folder and add Changelog Co-authored-by: ruowan <ruowan@microsoft.com>
2021-09-30 06:27:59 +03:00
# fixtures/
lib/apiScenario/_testAKS.ts
snapshot.patch
2020-11-24 06:07:36 +03:00
.clinic/*
junit.xml
.apitest/
generated/
generated_collections/
env.json
generated_examples/
generated_reports/
generated_diff/
test/exampleGenerator/specification/
.autopull
# customized
.npmrc