зеркало из https://github.com/Azure/hpcpack-acm.git
323 строки
5.9 KiB
Plaintext
323 строки
5.9 KiB
Plaintext
###
|
|
OneBranch Specific
|
|
###
|
|
|
|
# Everything outside the src directory
|
|
/*
|
|
/*/
|
|
!/src/
|
|
|
|
# Build generated files in src
|
|
/src/**/objd/**/*
|
|
/src/**/obj/**/*
|
|
/src/**/bin/**/*
|
|
/src/**/gen/**/*
|
|
/src/**/*.nuspec
|
|
/src/**/StyleCop.Cache
|
|
/src/Management/ClusterModel/Microsoft.Ccp.ClusterModel.Serializer.cs
|
|
/src/Management/ClusterModel/Microsoft.Ccp.ClusterModel.cs
|
|
/src/Management/ClusterModel/Microsoft.Ccp.ClusterModel.en.resx
|
|
/src/Management/ClusterModel/Microsoft.Ccp.ClusterModel.resources
|
|
/src/Management/ClusterModel/Microsoft.Ccp.ClusterModel.resx
|
|
/src/Management/ComputerModel/Microsoft.Ccp.ComputerModel.Serializer.cs
|
|
/src/Management/ComputerModel/Microsoft.Ccp.ComputerModel.cs
|
|
/src/Management/ComputerModel/Microsoft.Ccp.ComputerModel.en.resx
|
|
/src/Management/ComputerModel/Microsoft.Ccp.ComputerModel.resources
|
|
/src/Management/ComputerModel/Microsoft.Ccp.ComputerModel.resx
|
|
/src/Management/NetBoot/NetBootModel/Microsoft.Hpc.NetBootModel.cs
|
|
/src/Management/NetBoot/NetBootModel/Microsoft.Hpc.NetBootModel.en.resx
|
|
/src/Management/NetBoot/NetBootModel/Microsoft.Hpc.NetBootModel.resources
|
|
/src/Management/NetBoot/NetBootModel/Microsoft.Hpc.NetBootModel.resx
|
|
/src/Management/NetworkModel/Microsoft.Ccp.NetworkModel.Serializer.cs
|
|
/src/Management/NetworkModel/Microsoft.Ccp.NetworkModel.cs
|
|
/src/Management/NetworkModel/Microsoft.Ccp.NetworkModel.en.resx
|
|
/src/Management/NetworkModel/Microsoft.Ccp.NetworkModel.resources
|
|
/src/Management/NetworkModel/Microsoft.Ccp.NetworkModel.resx
|
|
/src/Management/TemplateModel/Microsoft.Ccp.TemplateModel.Serializer.cs
|
|
/src/Management/TemplateModel/Microsoft.Ccp.TemplateModel.cs
|
|
/src/Management/TemplateModel/Microsoft.Ccp.TemplateModel.en.resx
|
|
/src/Management/TemplateModel/Microsoft.Ccp.TemplateModel.resources
|
|
/src/Management/TemplateModel/Microsoft.Ccp.TemplateModel.resx
|
|
/src/Management/WdsModel/Microsoft.Ccp.WdsModel.Serializer.cs
|
|
/src/Management/WdsModel/Microsoft.Ccp.WdsModel.cs
|
|
/src/Management/WdsModel/Microsoft.Ccp.WdsModel.en.resx
|
|
/src/Management/WdsModel/Microsoft.Ccp.WdsModel.resources
|
|
/src/Management/WdsModel/Microsoft.Ccp.WdsModel.resx
|
|
/src/Management/xmldocs
|
|
|
|
# MSBuild's log file
|
|
msbuild.log
|
|
|
|
# VSMSBuild generated files in CoreXT
|
|
*.projhash*
|
|
*.slnhash*
|
|
|
|
# Build.exe
|
|
*.err
|
|
*.wrn
|
|
*.log
|
|
*.prf
|
|
*.trc
|
|
buildd.dbb
|
|
build.dbb
|
|
buildd.evt
|
|
build.evt
|
|
|
|
# CloudBuild
|
|
BuildSessionInfo.json
|
|
QBuildResultStats.txt
|
|
QLogs
|
|
|
|
###
|
|
Repository Bloat Risks
|
|
###
|
|
*.exe
|
|
*.dll
|
|
*.lib
|
|
*.pdb
|
|
*.wim
|
|
*.zip
|
|
*.gz
|
|
|
|
###
|
|
Secret Disclosure Risks
|
|
From: AzSec@microsoft.com
|
|
###
|
|
|
|
# *.key
|
|
*.[Kk][Ee][Yy]
|
|
|
|
# *.sst
|
|
*.[Ss][Ss][Tt]
|
|
|
|
# *.p12
|
|
*.[Pp]12
|
|
|
|
# *.pvk
|
|
*.[Pp][Vv][Kk]
|
|
|
|
# wdsconfig.xml
|
|
[Ww][Dd][Ss][Cc][Oo][Nn][Ff][Ii][Gg].[Xx][Mm][Ll]
|
|
|
|
# wdsdeploy.xml
|
|
[Ww][Dd][Ss][Dd][Ee][Pp][Ll][Oo][Yy].[Xx][Mm][Ll]
|
|
|
|
# accounts.xml
|
|
[Aa][Cc][Cc][Oo][Uu][Nn][Tt][Ss].[Xx][Mm][Ll]
|
|
|
|
# deploymentsecrets.xml
|
|
[Dd][Ee][Pp][Ll][Oo][Yy][Mm][Ee][Nn][Tt][Ss][Ee][Cc][Rr][Ee][Tt][Ss].[Xx][Mm][Ll]
|
|
[Ss][Yy][Ss][Pp][Rr][Ee][Pp].[Ii][Nn][Ff]
|
|
|
|
###
|
|
From: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
Commit: 5130d9a5060fcaed8f7458a8717b5573f5562774
|
|
###
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Roslyn cache directories
|
|
*.ide/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
#NUNIT
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
|
|
# Build Results of an ATL Project
|
|
[Dd]ebugPS/
|
|
[Rr]eleasePS/
|
|
dlldata.c
|
|
|
|
*_i.c
|
|
*_p.c
|
|
*_i.h
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
*.pidb
|
|
*.svclog
|
|
*.scc
|
|
|
|
# Chutzpah Test files
|
|
_Chutzpah*
|
|
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.VC.opendb
|
|
*.VC.db
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
*.vspx
|
|
|
|
# TFS 2012 Local Workspace
|
|
$tf/
|
|
|
|
# Guidance Automation Toolkit
|
|
*.gpState
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
*.DotSettings
|
|
|
|
# JustCode is a .NET coding addin-in
|
|
.JustCode
|
|
|
|
# TeamCity is a build add-in
|
|
_TeamCity*
|
|
|
|
# DotCover is a Code Coverage Tool
|
|
*.dotCover
|
|
|
|
# NCrunch
|
|
_NCrunch_*
|
|
.*crunch*.local.xml
|
|
|
|
# MightyMoose
|
|
*.mm.*
|
|
AutoTest.Net/
|
|
|
|
# Web workbench (sass)
|
|
.sass-cache/
|
|
|
|
# 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
|
|
*.[Pp]ublish.xml
|
|
*.azurePubxml
|
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
|
# but database connection strings (with potential passwords) will be unencrypted
|
|
*.pubxml
|
|
*.publishproj
|
|
|
|
# NuGet Packages
|
|
*.nupkg
|
|
# The packages folder can be ignored because of Package Restore
|
|
**/packages/*
|
|
# except build/, which is used as an MSBuild target.
|
|
!**/packages/build/
|
|
# Uncomment if necessary however generally it will be regenerated when needed
|
|
#!**/packages/repositories.config
|
|
|
|
# Windows Azure Build Output
|
|
csx/
|
|
*.build.csdef
|
|
|
|
# Windows Store app package directory
|
|
AppPackages/
|
|
|
|
# Others
|
|
*.[Cc]ache
|
|
ClientBin/
|
|
[Ss]tyle[Cc]op.*
|
|
~$*
|
|
*~
|
|
*.dbmdl
|
|
*.dbproj.schemaview
|
|
*.publishsettings
|
|
node_modules/
|
|
bower_components/
|
|
|
|
# RIA/Silverlight projects
|
|
Generated_Code/
|
|
|
|
# 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
|
|
UpgradeLog*.htm
|
|
|
|
# SQL Server files
|
|
*.mdf
|
|
*.ldf
|
|
|
|
# Business Intelligence projects
|
|
*.rdl.data
|
|
*.bim.layout
|
|
*.bim_*.settings
|
|
|
|
# Microsoft Fakes
|
|
FakesAssemblies/
|
|
|
|
# Node.js Tools for Visual Studio
|
|
.ntvs_analysis.dat
|
|
|
|
# Visual Studio 6 build log
|
|
*.plg
|
|
|
|
# Visual Studio 6 workspace options file
|
|
# Visual Stuido generated .vs folder.
|
|
*.vs/
|
|
*.opt
|
|
|
|
# Origin file after merge conflict solved
|
|
*.orig
|
|
|
|
# Lba source files
|
|
/src/lba/default/*
|
|
|
|
# git diff file
|
|
*.diff
|