github.com/dtroyer-salad/og2/v2@v2.0.0-20240412154159-c47231610877/.gitignore (about)

     1  # Copyright The ORAS Authors.
     2  # Licensed under the Apache License, Version 2.0 (the "License");
     3  # you may not use this file except in compliance with the License.
     4  # You may obtain a copy of the License at
     5  #
     6  # http://www.apache.org/licenses/LICENSE-2.0
     7  #
     8  # Unless required by applicable law or agreed to in writing, software
     9  # distributed under the License is distributed on an "AS IS" BASIS,
    10  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11  # See the License for the specific language governing permissions and
    12  # limitations under the License.
    13  
    14  # Binaries for programs and plugins
    15  *.exe
    16  *.exe~
    17  *.dll
    18  *.so
    19  *.dylib
    20  
    21  # Test binary, build with `go test -c`
    22  *.test
    23  
    24  # Output of the go coverage tool, specifically when used with LiteIDE
    25  *.out
    26  
    27  # VS Code
    28  .vscode
    29  debug
    30  
    31  # Jetbrains
    32  .idea
    33  
    34  # Custom
    35  coverage.txt
    36  bin/
    37  dist/
    38  *.tar.gz
    39  vendor/
    40  _dist/
    41  .cover