github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/.gitignore (about)

     1  # Creaindexted by https://www.gitignore.io/api/go
     2  # Edit at https://www.gitignore.io/?templates=go
     3  
     4  ### Go ###
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # Generated files
    19  *.gen.go
    20  
    21  ### Go Patch ###
    22  /vendor/
    23  /Godeps/
    24  
    25  ### IDEs and stuff ###
    26  *.iml
    27  .idea/
    28  .vscode/
    29  
    30  ### Configuration files that may inculde sensitive information
    31  .env
    32  
    33  # End of https://www.gitignore.io/api/go
    34  
    35  # Our binaries
    36  /lakefs
    37  /lakefs-loadtest
    38  /lakectl
    39  /main
    40  /cmd/lakefs/lakefs
    41  /cmd/lakefs-loadtest/lakefs-loadtest
    42  /cmd/lakectl/lakectl
    43  /dist
    44  /delta/
    45  
    46  # client excludes
    47  /webui/node_modules
    48  
    49  # server excludes
    50  /pkg/api/gen
    51  .DS_Store
    52  
    53  # recordings
    54  /pkg/gateway/testdata/recordings/
    55  
    56  # Docs
    57  /docs/_site/
    58  /docs/.jekyll-metadata
    59  /docs/.jekyll-bundle-cache
    60  
    61  # terraform
    62  # Local .terraform directories
    63  **/.terraform/*
    64  # .tfstate files
    65  *.tfstate
    66  *.tfstate.*
    67  # Crash log files
    68  crash.log
    69  # Exclude all .tfvars files, which are likely to contain sentitive data, such as
    70  # password, private keys, and other secrets. These should not be part of version
    71  # control as they are data points which are potentially sensitive and subject
    72  # to change depending on the environment.
    73  *.tfvars
    74  # Ignore CLI configuration files
    75  .terraformrc
    76  terraform.rc
    77  
    78  .eslintcache
    79  /clients/java/.openapi-generator/FILES
    80  
    81  ### Rust ###
    82  # Generated by Cargo will have compiled files and executables
    83  debug/
    84  target/
    85  
    86  # Python Wrapper
    87  /clients/python-wrapper/_site/