2019-05-06 21:14:43 +03:00
|
|
|
## BEGIN Rush .gitignore
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
2022-10-10 21:32:44 +03:00
|
|
|
# Default Assets restore directory
|
|
|
|
.assets
|
|
|
|
|
2019-05-06 21:14:43 +03:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
coverage-browser
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
2022-12-02 02:05:12 +03:00
|
|
|
*.env
|
|
|
|
!sample.env
|
|
|
|
!test.env
|
2019-05-06 21:14:43 +03:00
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# Common toolchain intermediate files
|
|
|
|
temp
|
|
|
|
|
|
|
|
# Rush files
|
|
|
|
common/temp/**
|
|
|
|
package-deps.json
|
2020-09-15 17:05:09 +03:00
|
|
|
common/autoinstallers/*/.npmrc
|
2019-05-06 21:14:43 +03:00
|
|
|
|
|
|
|
## END Rush .gitignore
|
|
|
|
|
|
|
|
projects/*
|
|
|
|
targets/*
|
|
|
|
test/data/test_package.zip
|
|
|
|
|
|
|
|
# Nuget packages and corresponding codegen sources
|
|
|
|
.nuget
|
|
|
|
packages
|
|
|
|
|
|
|
|
# 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/
|
|
|
|
**/cjs/
|
|
|
|
**/esm/
|
|
|
|
**/lib/**/*.js
|
|
|
|
**/lib/**/*.js.map
|
|
|
|
**/*Bundle.js
|
|
|
|
**/*Bundle.js.map
|
|
|
|
**/package-lock.json
|
2023-03-24 20:29:43 +03:00
|
|
|
**/yarn.lock
|
2019-05-06 21:14:43 +03:00
|
|
|
npm-debug.log.*
|
|
|
|
azure_error
|
|
|
|
checkstyle-result.xml
|
|
|
|
test-result.xml
|
|
|
|
test-results.*xml
|
|
|
|
**/cjs/
|
|
|
|
**/esm/
|
|
|
|
|
|
|
|
# Mac OS #
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
|
|
|
|
# Windows #
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Credentials #
|
|
|
|
*.cer
|
|
|
|
*.pfx
|
|
|
|
*.pem
|
2021-01-19 18:40:51 +03:00
|
|
|
*.key
|
2022-02-09 23:25:35 +03:00
|
|
|
*.srl
|
2019-05-06 21:14:43 +03:00
|
|
|
|
|
|
|
# WebStorm #
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# docs #
|
|
|
|
docs/
|
2022-03-01 18:46:36 +03:00
|
|
|
!eng/scripts/docs
|
2019-05-06 21:14:43 +03:00
|
|
|
main.conf.json
|
|
|
|
child.conf.json
|
2022-10-20 22:20:26 +03:00
|
|
|
docGen/
|
2019-05-06 21:14:43 +03:00
|
|
|
|
|
|
|
# temporary test artifacts
|
|
|
|
test/tmp/*
|
2020-10-15 20:41:36 +03:00
|
|
|
common/smoke-test/run-manifest.json
|
2019-05-06 21:14:43 +03:00
|
|
|
|
|
|
|
# build artifacts
|
|
|
|
dist
|
|
|
|
dist-*
|
|
|
|
test-dist
|
|
|
|
test-dist*
|
|
|
|
test-browser
|
|
|
|
typings
|
|
|
|
typedoc
|
2019-05-31 18:37:42 +03:00
|
|
|
types
|
2019-07-06 00:46:20 +03:00
|
|
|
es
|
|
|
|
sdk/cosmosdb/cosmos/lib
|
|
|
|
*.test.js
|
|
|
|
*.test.js.map
|
|
|
|
*lintReport.html
|
2021-04-02 23:08:33 +03:00
|
|
|
tsdoc-metadata.json
|
2019-05-06 21:14:43 +03:00
|
|
|
|
2022-11-16 02:30:24 +03:00
|
|
|
# locally cloned assets
|
|
|
|
.assets
|
|
|
|
|
2019-05-06 21:14:43 +03:00
|
|
|
# autorest generated files
|
|
|
|
swagger/*.json
|
2020-09-02 00:44:35 +03:00
|
|
|
|
|
|
|
#autorest artifacts
|
|
|
|
code-model-*
|
2022-01-11 23:05:11 +03:00
|
|
|
|
|
|
|
# code workspaces
|
|
|
|
*.code-workspace
|
|
|
|
!/dataplane.code-workspace
|
2023-02-21 07:25:55 +03:00
|
|
|
|
|
|
|
# CPU profiles
|
|
|
|
*.cpuprofile
|
2023-03-21 15:27:33 +03:00
|
|
|
# Temp typespec files
|
|
|
|
TempTypeSpecFiles/
|