cadl/.gitignore

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

2024-06-25 02:10:17 +03:00
# User-specific files
*.suo
*.user
*.idea
*.sln.docstates
.vs/
*.lock.json
developer/
launch.json
2021-08-25 22:47:06 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
dist-dev/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
test-results.xml
2021-08-25 22:47:06 +03:00
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
/.env
.env.local
2021-08-25 22:47:06 +03:00
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
node_modules/
package-lock.json
report.xml
*.tgz
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
Migrate cadl-ranch engine and supporting package (#4127) https://github.com/microsoft/typespec/issues/4015 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com> Co-authored-by: Timothee Guerin <tiguerin@microsoft.com> Co-authored-by: m-nash <64171366+m-nash@users.noreply.github.com> Co-authored-by: Kyle Zhang <skywing918@hotmail.com> Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com> Co-authored-by: Mario Guerra <85648637+mario-guerra@users.noreply.github.com> Co-authored-by: Crystal YU <chunyu@microsoft.com> Co-authored-by: Jorge Rangel <102122018+jorgerangel-msft@users.noreply.github.com> Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com> Co-authored-by: Christopher Radek <14189820+chrisradek@users.noreply.github.com> Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com> Co-authored-by: Nisha Bhatia <67986960+nisha-bhatia@users.noreply.github.com> Co-authored-by: Wei Hu <huwe@microsoft.com> Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Co-authored-by: iscai-msft <isabellavcai@gmail.com> Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Co-authored-by: Dapeng Zhang <ufo54153@gmail.com> Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com> Co-authored-by: ShivangiReja <45216704+ShivangiReja@users.noreply.github.com> Co-authored-by: ShivangiReja <shivangi.reja@microsoft.com> Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com> Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com> Co-authored-by: Allen Zhang <allenzhang@live.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com> Co-authored-by: Pan Shao <pashao@microsoft.com> Co-authored-by: Weidong Xu <weidxu@microsoft.com> Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com> Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com> Co-authored-by: Rodge Fu <fwj_ac@msn.com>
2024-09-17 03:50:37 +03:00
!packages/spec-core/src/coverage
2021-08-25 22:47:06 +03:00
# 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
# next.js build output
.next
# Common toolchain intermediate files
temp
# Rush files
common/temp/**
package-deps.json
2023-02-16 01:37:39 +03:00
# Default TypeSpec output
tsp-output/
2021-08-25 22:47:06 +03:00
# Visual Studio / C#
bin/
obj/
.vs/
*.binlog
# tsc incremental build files
*.tsbuildinfo
2021-11-28 23:19:05 +03:00
# MacOS
.DS_Store
2021-08-25 22:47:06 +03:00
*.vsix
*.zip
# Api extractor
packages/*/etc/
2023-01-07 00:35:15 +03:00
docs/**/js-api/
# csharp emitter
!packages/http-client-csharp/package-lock.json
packages/http-client-csharp/generator/artifacts/
BenchmarkDotnet.Artifacts/
# java emitter
!packages/http-client-java/package-lock.json