github.com/Azure/aad-pod-identity@v1.8.17/.gitignore (about)

     1  ## Ignore Visual Studio temporary files, build results, and
     2  ## files generated by popular Visual Studio add-ons.
     3  ##
     4  ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
     5  
     6  # User-specific files
     7  *.suo
     8  *.user
     9  *.userosscache
    10  *.sln.docstates
    11  
    12  # User-specific files (MonoDevelop/Xamarin Studio)
    13  *.userprefs
    14  
    15  # Build results
    16  [Dd]ebug/
    17  [Dd]ebugPublic/
    18  [Rr]elease/
    19  [Rr]eleases/
    20  x64/
    21  x86/
    22  bld/
    23  [Bb]in/
    24  [Oo]bj/
    25  
    26  # Everything outside the src directory
    27  #/*
    28  #/*/
    29  #!/src/
    30  #/src/.packages
    31  #!owners*.txt
    32  /.corext
    33  /.gen*
    34  /vendor
    35  /test/e2e/template/_output
    36  /test/e2e/_output
    37  junit.xml
    38  junit_*.xml
    39  
    40  /images/*/shared/*
    41  *.pem
    42  
    43  .vscode/*
    44  
    45  # Mac .DS_Store files
    46  .DS_Store
    47  
    48  **/*.coverprofile
    49  
    50  # Build artifacts
    51  images/nmi/nmi
    52  images/demo/demo
    53  images/mic/mic
    54  images/identityvalidator/identityvalidator
    55  
    56  # Visual Studio 2015 cache/options directory
    57  .vs/
    58  # Uncomment if you have tasks that create the project's static files in wwwroot
    59  #wwwroot/
    60  
    61  # MSTest test Results
    62  [Tt]est[Rr]esult*/
    63  [Bb]uild[Ll]og.*
    64  
    65  # NUNIT
    66  *.VisualState.xml
    67  TestResult.xml
    68  
    69  # Build Results of an ATL Project
    70  [Dd]ebugPS/
    71  [Rr]eleasePS/
    72  dlldata.c
    73  
    74  # .NET Core
    75  project.lock.json
    76  project.fragment.lock.json
    77  artifacts/
    78  **/Properties/launchSettings.json
    79  
    80  *_i.c
    81  *_p.c
    82  *_i.h
    83  *.ilk
    84  *.meta
    85  *.obj
    86  *.pch
    87  *.pdb
    88  *.pgc
    89  *.pgd
    90  *.rsp
    91  *.sbr
    92  *.tlb
    93  *.tli
    94  *.tlh
    95  *.tmp
    96  *.tmp_proj
    97  *.log
    98  *.vspscc
    99  *.vssscc
   100  .builds
   101  *.pidb
   102  *.svclog
   103  *.scc
   104  
   105  # Chutzpah Test files
   106  _Chutzpah*
   107  
   108  # Visual C++ cache files
   109  ipch/
   110  *.aps
   111  *.ncb
   112  *.opendb
   113  *.opensdf
   114  *.sdf
   115  *.cachefile
   116  *.VC.db
   117  *.VC.VC.opendb
   118  
   119  # Visual Studio profiler
   120  *.psess
   121  *.vsp
   122  *.vspx
   123  *.sap
   124  
   125  # TFS 2012 Local Workspace
   126  $tf/
   127  
   128  # Guidance Automation Toolkit
   129  *.gpState
   130  
   131  # ReSharper is a .NET coding add-in
   132  _ReSharper*/
   133  *.[Rr]e[Ss]harper
   134  *.DotSettings.user
   135  
   136  # JustCode is a .NET coding add-in
   137  .JustCode
   138  
   139  # TeamCity is a build add-in
   140  _TeamCity*
   141  
   142  # DotCover is a Code Coverage Tool
   143  *.dotCover
   144  
   145  # Visual Studio code coverage results
   146  *.coverage
   147  *.coveragexml
   148  
   149  # NCrunch
   150  _NCrunch_*
   151  .*crunch*.local.xml
   152  nCrunchTemp_*
   153  
   154  # MightyMoose
   155  *.mm.*
   156  AutoTest.Net/
   157  
   158  # Web workbench (sass)
   159  .sass-cache/
   160  
   161  # Installshield output folder
   162  [Ee]xpress/
   163  
   164  # DocProject is a documentation generator add-in
   165  DocProject/buildhelp/
   166  DocProject/Help/*.HxT
   167  DocProject/Help/*.HxC
   168  DocProject/Help/*.hhc
   169  DocProject/Help/*.hhk
   170  DocProject/Help/*.hhp
   171  DocProject/Help/Html2
   172  DocProject/Help/html
   173  
   174  # Click-Once directory
   175  publish/
   176  
   177  # Publish Web Output
   178  *.[Pp]ublish.xml
   179  *.azurePubxml
   180  # TODO: Comment the next line if you want to checkin your web deploy settings
   181  # but database connection strings (with potential passwords) will be unencrypted
   182  *.pubxml
   183  *.publishproj
   184  
   185  # Microsoft Azure Web App publish settings. Comment the next line if you want to
   186  # checkin your Azure Web App publish settings, but sensitive information contained
   187  # in these scripts will be unencrypted
   188  PublishScripts/
   189  
   190  # NuGet Packages
   191  *.nupkg
   192  # The packages folder can be ignored because of Package Restore
   193  **/packages/*
   194  # except build/, which is used as an MSBuild target.
   195  !**/packages/build/
   196  # Uncomment if necessary however generally it will be regenerated when needed
   197  #!**/packages/repositories.config
   198  # NuGet v3's project.json files produces more ignorable files
   199  *.nuget.props
   200  *.nuget.targets
   201  
   202  # Microsoft Azure Build Output
   203  csx/
   204  *.build.csdef
   205  
   206  # Microsoft Azure Emulator
   207  ecf/
   208  rcf/
   209  
   210  # Windows Store app package directories and files
   211  AppPackages/
   212  BundleArtifacts/
   213  Package.StoreAssociation.xml
   214  _pkginfo.txt
   215  
   216  # Visual Studio cache files
   217  # files ending in .cache can be ignored
   218  *.[Cc]ache
   219  # but keep track of directories ending in .cache
   220  !*.[Cc]ache/
   221  
   222  # Others
   223  ClientBin/
   224  ~$*
   225  *~
   226  *.dbmdl
   227  *.dbproj.schemaview
   228  *.jfm
   229  *.pfx
   230  *.publishsettings
   231  orleans.codegen.cs
   232  
   233  # Since there are multiple workflows, uncomment next line to ignore bower_components
   234  # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
   235  #bower_components/
   236  
   237  # RIA/Silverlight projects
   238  Generated_Code/
   239  
   240  # Backup & report files from converting an old project file
   241  # to a newer Visual Studio version. Backup files are not needed,
   242  # because we have git ;-)
   243  _UpgradeReport_Files/
   244  Backup*/
   245  UpgradeLog*.XML
   246  UpgradeLog*.htm
   247  
   248  # SQL Server files
   249  *.mdf
   250  *.ldf
   251  *.ndf
   252  
   253  # Business Intelligence projects
   254  *.rdl.data
   255  *.bim.layout
   256  *.bim_*.settings
   257  
   258  # Microsoft Fakes
   259  FakesAssemblies/
   260  
   261  # GhostDoc plugin setting file
   262  *.GhostDoc.xml
   263  
   264  # Node.js Tools for Visual Studio
   265  .ntvs_analysis.dat
   266  node_modules/
   267  
   268  # Typescript v1 declaration files
   269  typings/
   270  
   271  # Visual Studio 6 build log
   272  *.plg
   273  
   274  # Visual Studio 6 workspace options file
   275  *.opt
   276  
   277  # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
   278  *.vbw
   279  
   280  # Visual Studio LightSwitch build output
   281  **/*.HTMLClient/GeneratedArtifacts
   282  **/*.DesktopClient/GeneratedArtifacts
   283  **/*.DesktopClient/ModelManifest.xml
   284  **/*.Server/GeneratedArtifacts
   285  **/*.Server/ModelManifest.xml
   286  _Pvt_Extensions
   287  
   288  # Paket dependency manager
   289  .paket/paket.exe
   290  paket-files/
   291  
   292  # FAKE - F# Make
   293  .fake/
   294  
   295  # JetBrains Rider
   296  .idea/
   297  *.sln.iml
   298  
   299  # CodeRush
   300  .cr/
   301  
   302  # Python Tools for Visual Studio (PTVS)
   303  __pycache__/
   304  *.pyc
   305  
   306  # Cake - Uncomment if you are using it
   307  # tools/**
   308  # !tools/packages.config
   309  
   310  # Telerik's JustMock configuration file
   311  *.jmconfig
   312  
   313  # BizTalk build output
   314  *.btp.cs
   315  *.btm.cs
   316  *.odx.cs
   317  *.xsd.cs
   318  
   319  # vim files
   320  *.swp
   321  *.swo
   322  
   323  # Go tools
   324  .tools/
   325  
   326  # cover profile
   327  coverage.txt
   328  
   329  # website
   330  website/public
   331  website/resources