github.com/dean7474/operator-registry@v1.21.1-0.20220418203638-d4717f98c2e5/.gitignore (about)

     1  # Created by .ignore support plugin (hsz.mobi)
     2  ### Emacs template
     3  # -*- mode: gitignore; -*-
     4  *~
     5  \#*\#
     6  /.emacs.desktop
     7  /.emacs.desktop.lock
     8  *.elc
     9  auto-save-list
    10  tramp
    11  .\#*
    12  
    13  # Org-mode
    14  .org-id-locations
    15  *_archive
    16  
    17  # flymake-mode
    18  *_flymake.*
    19  
    20  # eshell files
    21  /eshell/history
    22  /eshell/lastdir
    23  
    24  # elpa packages
    25  /elpa/
    26  
    27  # reftex files
    28  *.rel
    29  
    30  # AUCTeX auto folder
    31  /auto/
    32  
    33  # cask packages
    34  .cask/
    35  dist/
    36  
    37  # Flycheck
    38  flycheck_*.el
    39  
    40  # server auth directory
    41  /server/
    42  
    43  # projectiles files
    44  .projectile
    45  
    46  # directory configuration
    47  .dir-locals.el
    48  ### JetBrains template
    49  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
    50  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    51  .idea/
    52  
    53  # User-specific stuff:
    54  .idea/**/workspace.xml
    55  .idea/**/tasks.xml
    56  .idea/dictionaries
    57  
    58  # Sensitive or high-churn files:
    59  .idea/**/dataSources/
    60  .idea/**/dataSources.ids
    61  .idea/**/dataSources.xml
    62  .idea/**/dataSources.local.xml
    63  .idea/**/sqlDataSources.xml
    64  .idea/**/dynamic.xml
    65  .idea/**/uiDesigner.xml
    66  
    67  # Gradle:
    68  .idea/**/gradle.xml
    69  .idea/**/libraries
    70  
    71  # CMake
    72  cmake-build-debug/
    73  
    74  # Mongo Explorer plugin:
    75  .idea/**/mongoSettings.xml
    76  
    77  ## File-based project format:
    78  *.iws
    79  
    80  ## Plugin-specific files:
    81  
    82  # IntelliJ
    83  out/
    84  
    85  # mpeltonen/sbt-idea plugin
    86  .idea_modules/
    87  
    88  # JIRA plugin
    89  atlassian-ide-plugin.xml
    90  
    91  # Cursive Clojure plugin
    92  .idea/replstate.xml
    93  
    94  # Crashlytics plugin (for Android Studio and IntelliJ)
    95  com_crashlytics_export_strings.xml
    96  crashlytics.properties
    97  crashlytics-build.properties
    98  fabric.properties
    99  ### macOS template
   100  # General
   101  *.DS_Store
   102  .AppleDouble
   103  .LSOverride
   104  
   105  # Icon must end with two \r
   106  Icon
   107  
   108  # Thumbnails
   109  ._*
   110  
   111  # Files that might appear in the root of a volume
   112  .DocumentRevisions-V100
   113  .fseventsd
   114  .Spotlight-V100
   115  .TemporaryItems
   116  .Trashes
   117  .VolumeIcon.icns
   118  .com.apple.timemachine.donotpresent
   119  
   120  # Directories potentially created on remote AFP share
   121  .AppleDB
   122  .AppleDesktop
   123  Network Trash Folder
   124  Temporary Items
   125  .apdisk
   126  ### Go template
   127  # Binaries for programs and plugins
   128  *.exe
   129  *.dll
   130  *.so
   131  *.dylib
   132  
   133  # Test binary, build with `go test -c`
   134  *.test
   135  
   136  # Output of the go coverage tool, specifically when used with LiteIDE
   137  *.out
   138  
   139  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
   140  .glide/
   141  ### Vim template
   142  # Swap
   143  [._]*.s[a-v][a-z]
   144  [._]*.sw[a-p]
   145  [._]s[a-v][a-z]
   146  [._]sw[a-p]
   147  
   148  # Session
   149  Session.vim
   150  
   151  # Temporary
   152  .netrwhist
   153  *~
   154  # Auto-generated tag files
   155  tags
   156  
   157  .idea/alm.iml
   158  .idea/modules.xml
   159  .idea/workspace.xml
   160  
   161  
   162  ### VisualStudioCode ###
   163  .vscode/*
   164  .history
   165  
   166  ### VisualStudio ###
   167  ## Ignore Visual Studio temporary files, build results, and
   168  ## files generated by popular Visual Studio add-ons.
   169  ##
   170  ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
   171  
   172  # User-specific files
   173  *.suo
   174  *.user
   175  *.userosscache
   176  *.sln.docstates
   177  
   178  # User-specific files (MonoDevelop/Xamarin Studio)
   179  *.userprefs
   180  
   181  # Build results
   182  [Dd]ebugPublic/
   183  x64/
   184  x86/
   185  bld/
   186  [Bb]in/
   187  [Oo]bj/
   188  # [Ll]og/ TODO: Remove this rule
   189  
   190  # Visual Studio 2015 cache/options directory
   191  .vs/
   192  # Uncomment if you have tasks that create the project's static files in wwwroot
   193  #wwwroot/
   194  
   195  # MSTest test Results
   196  [Tt]est[Rr]esult*/
   197  [Bb]uild[Ll]og.*
   198  
   199  # NUNIT
   200  *.VisualState.xml
   201  TestResult.xml
   202  
   203  # Build Results of an ATL Project
   204  [Dd]ebugPS/
   205  [Rr]eleasePS/
   206  dlldata.c
   207  
   208  # .NET Core
   209  project.lock.json
   210  project.fragment.lock.json
   211  artifacts/
   212  **/Properties/launchSettings.json
   213  
   214  *_i.c
   215  *_p.c
   216  *_i.h
   217  *.ilk
   218  *.meta
   219  *.obj
   220  *.pch
   221  *.pdb
   222  *.pgc
   223  *.pgd
   224  *.rsp
   225  *.sbr
   226  *.tlb
   227  *.tli
   228  *.tlh
   229  *.tmp
   230  *.tmp_proj
   231  *.log
   232  *.vspscc
   233  *.vssscc
   234  .builds
   235  *.pidb
   236  *.svclog
   237  *.scc
   238  
   239  # Chutzpah Test files
   240  _Chutzpah*
   241  
   242  # Visual C++ cache files
   243  ipch/
   244  *.aps
   245  *.ncb
   246  *.opendb
   247  *.opensdf
   248  *.sdf
   249  *.cachefile
   250  *.VC.db
   251  *.VC.VC.opendb
   252  
   253  # Visual Studio profiler
   254  *.psess
   255  *.vsp
   256  *.vspx
   257  *.sap
   258  
   259  # TFS 2012 Local Workspace
   260  $tf/
   261  
   262  # Guidance Automation Toolkit
   263  *.gpState
   264  
   265  # ReSharper is a .NET coding add-in
   266  _ReSharper*/
   267  *.[Rr]e[Ss]harper
   268  *.DotSettings.user
   269  
   270  # JustCode is a .NET coding add-in
   271  .JustCode
   272  
   273  # TeamCity is a build add-in
   274  _TeamCity*
   275  
   276  # DotCover is a Code Coverage Tool
   277  *.dotCover
   278  
   279  # Visual Studio code coverage results
   280  *.coverage
   281  *.coveragexml
   282  
   283  # NCrunch
   284  _NCrunch_*
   285  .*crunch*.local.xml
   286  nCrunchTemp_*
   287  
   288  # MightyMoose
   289  *.mm.*
   290  AutoTest.Net/
   291  
   292  # Web workbench (sass)
   293  .sass-cache/
   294  
   295  # Installshield output folder
   296  [Ee]xpress/
   297  
   298  # DocProject is a documentation generator add-in
   299  DocProject/buildhelp/
   300  DocProject/Help/*.HxT
   301  DocProject/Help/*.HxC
   302  DocProject/Help/*.hhc
   303  DocProject/Help/*.hhk
   304  DocProject/Help/*.hhp
   305  DocProject/Help/Html2
   306  DocProject/Help/html
   307  
   308  # Click-Once directory
   309  publish/
   310  
   311  # Publish Web Output
   312  *.[Pp]ublish.xml
   313  *.azurePubxml
   314  # TODO: Uncomment the next line to ignore your web deploy settings.
   315  # By default, sensitive information, such as encrypted password
   316  # should be stored in the .pubxml.user file.
   317  #*.pubxml
   318  *.pubxml.user
   319  *.publishproj
   320  
   321  # Microsoft Azure Web App publish settings. Comment the next line if you want to
   322  # checkin your Azure Web App publish settings, but sensitive information contained
   323  # in these scripts will be unencrypted
   324  PublishScripts/
   325  
   326  # Microsoft Azure Build Output
   327  csx/
   328  *.build.csdef
   329  
   330  # Microsoft Azure Emulator
   331  ecf/
   332  rcf/
   333  
   334  # Windows Store app package directories and files
   335  AppPackages/
   336  BundleArtifacts/
   337  Package.StoreAssociation.xml
   338  _pkginfo.txt
   339  
   340  # Visual Studio cache files
   341  # files ending in .cache can be ignored
   342  *.[Cc]ache
   343  # but keep track of directories ending in .cache
   344  !*.[Cc]ache/
   345  
   346  # Others
   347  ClientBin/
   348  ~$*
   349  *~
   350  *.dbmdl
   351  *.dbproj.schemaview
   352  *.jfm
   353  *.pfx
   354  *.publishsettings
   355  orleans.codegen.cs
   356  
   357  # Since there are multiple workflows, uncomment next line to ignore bower_components
   358  # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
   359  #bower_components/
   360  
   361  # RIA/Silverlight projects
   362  Generated_Code/
   363  
   364  # Backup & report files from converting an old project file
   365  # to a newer Visual Studio version. Backup files are not needed,
   366  # because we have git ;-)
   367  _UpgradeReport_Files/
   368  Backup*/
   369  UpgradeLog*.XML
   370  UpgradeLog*.htm
   371  
   372  # SQL Server files
   373  *.mdf
   374  *.ldf
   375  *.ndf
   376  
   377  # Business Intelligence projects
   378  *.rdl.data
   379  *.bim.layout
   380  *.bim_*.settings
   381  
   382  # Microsoft Fakes
   383  FakesAssemblies/
   384  
   385  # GhostDoc plugin setting file
   386  *.GhostDoc.xml
   387  
   388  # Node.js Tools for Visual Studio
   389  .ntvs_analysis.dat
   390  node_modules/
   391  
   392  # Typescript v1 declaration files
   393  typings/
   394  
   395  # Visual Studio 6 build log
   396  *.plg
   397  
   398  # Visual Studio 6 workspace options file
   399  *.opt
   400  
   401  # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
   402  *.vbw
   403  
   404  # Visual Studio LightSwitch build output
   405  **/*.HTMLClient/GeneratedArtifacts
   406  **/*.DesktopClient/GeneratedArtifacts
   407  **/*.DesktopClient/ModelManifest.xml
   408  **/*.Server/GeneratedArtifacts
   409  **/*.Server/ModelManifest.xml
   410  _Pvt_Extensions
   411  
   412  # Paket dependency manager
   413  .paket/paket.exe
   414  paket-files/
   415  
   416  # FAKE - F# Make
   417  .fake/
   418  
   419  # JetBrains Rider
   420  .idea/
   421  *.sln.iml
   422  
   423  # CodeRush
   424  .cr/
   425  
   426  # Python Tools for Visual Studio (PTVS)
   427  __pycache__/
   428  *.pyc
   429  
   430  # Cake - Uncomment if you are using it
   431  # tools/**
   432  # !tools/packages.config
   433  
   434  # Telerik's JustMock configuration file
   435  *.jmconfig
   436  
   437  # BizTalk build output
   438  *.btp.cs
   439  *.btm.cs
   440  *.odx.cs
   441  *.xsd.cs
   442  
   443  ### project-specific
   444  # Ignore binaries
   445  bin
   446  
   447  # Ignore sqlite
   448  *.db
   449  *.db-journal
   450  
   451  # Ignore vscode
   452  .vscode
   453  
   454  # Ignore apprclient meta
   455  pkg/apprclient/openapi/git_push.sh
   456  
   457  # Never ignore testdata
   458  !pkg/**/testdata/**
   459  !test/**testdata/**
   460  
   461  /coverage.out
   462  
   463  # Test artifacts generated by e2e
   464  test/e2e/bundle.Dockerfile
   465  test/e2e/downloaded/**
   466  test/e2e/opm-*
   467  test/e2e/bundle_tmp*
   468  test/e2e/index_tmp*
   469  
   470  # don't check in the certs directory
   471  certs/*