azure-schema-registry-for-k.../.gitignore

238 строки
2.9 KiB
Plaintext

*.class
#Javadoc files
dist/
.publish/
#javadoc overview files generated from README.md
readme_overview.html
#External libs
extlib/
# Auth files
*.auth
*.azureauth
# Local checkstyle
*.checkstyle
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Azure Tooling #
node_modules
packages
# Eclipse #
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# Other Tooling #
.classpath
.project
target
.idea
*.iml
# Mac OS #
.DS_Store
.DS_Store?
# Windows #
Thumbs.db
# reduced pom files should not be included
dependency-reduced-pom.xml
package-lock.json
# VS Code
.vscode/
.factorypath
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
.vs/
*.lock.json
developer/
launch.json
launchSettings.json
# Build results
binaries/
[Dd]ebug*/
[Rr]elease/
build/
restoredPackages/
PolicheckOutput/
tools/net46/
tools/SdkBuildTools/
tools/Microsoft.WindowsAzure.Build.Tasks/packages/
PublishedNugets/
src/NuGet.Config
tools/7-zip/
#tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.*.nupkg
[Tt]est[Rr]esult
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# VS Code
.vscode/
# Code analysis
*.CodeAnalysisLog.xml
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# Rider IDE
.idea
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Publish Web Output
*.Publish.xml
# Others
[Bb]in
[Oo]bj
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
~$*
*.dbmdl
*.[Pp]ublish.xml
Generated_Code #added for RIA/Silverlight projects
# Build tasks
tools/*.dll
# Sensitive files
*.keys
!Azure.Extensions.AspNetCore.DataProtection.Keys
!Azure.Security.KeyVault.Keys
*.pfx
TestConfigurations.xml
*.json.env
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
# NuGet
packages
packages/repositories.config
testPackages
# Mac development
.DS_Store
# Specification DLLs
*.Specification.dll
# Generated readme.txt files #
src/*/readme.txt
build.out
.nuget/
# Azure Project
csx/
*.GhostDoc.xml
pingme.txt
# TS/Node files
dist/
node_modules/
# MSBuild binary log files
msbuild.binlog
# BenchmarkDotNet
BenchmarkDotNet.Artifacts
artifacts