github.com/m3db/m3@v1.5.0/.gitignore (about)

     1  *~
     2  *.out
     3  *.test
     4  *.xml
     5  *.swp
     6  .idea/
     7  .vscode/
     8  *.iml
     9  *.ipr
    10  *.iws
    11  *.cov
    12  *.html
    13  *.tmp
    14  .DS_Store
    15  test.log
    16  
    17  # go modules manages this
    18  vendor/
    19  
    20  # Build binaries
    21  bin/
    22  
    23  # go tool binaries installed via `go install`
    24  _tools/
    25  
    26  # Debug binaries
    27  debug.test
    28  
    29  # Test data
    30  test-data
    31  
    32  # Coverage imports
    33  coverage_imports.go
    34  coverage/
    35  
    36  # Release directory
    37  dist/
    38  
    39  # Node
    40  node_modules/
    41  build/
    42  npm-debug.log*
    43  yarn-debug.log*
    44  yarn-error.log*
    45  
    46  # Site ignores
    47  site/public
    48  site/v1.0
    49  tmp
    50  # Automatically copied over from generated assets
    51  site/static/openapi
    52  # Used to serve swagger documentation
    53  !**/openapi/*.html
    54  
    55  # Vagrant
    56  .vagrant