github.com/thiagoyeds/go-cloud@v0.26.0/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.dll
     4  *.so
     5  *.dylib
     6  /internal/contributebot/contributebot
     7  /internal/cmd/gocdk/gocdk
     8  /internal/website/gatherexamples/gatherexamples
     9  /internal/website/public/
    10  /internal/testing/test-summary/test-summary
    11  /samples/gocdk-blob/gocdk-blob
    12  /samples/gocdk-docstore/gocdk-docstore
    13  /samples/gocdk-pubsub/gocdk-pubsub
    14  /samples/gocdk-runtimevar/gocdk-runtimevar
    15  /samples/gocdk-secrets/gocdk-secrets
    16  /samples/guestbook/guestbook
    17  /samples/guestbook/gcp/guestbook
    18  /samples/tutorial/tutorial
    19  /samples/tutorial/upload
    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  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    28  .glide/
    29  
    30  # Go vendor directory
    31  vendor/
    32  
    33  # Populated config files
    34  /internal/contributebot/dev/
    35  /internal/contributebot/webhook/app.yaml
    36  /tests/gcp/app/gcp-test.yaml
    37  
    38  # Cryptographic keys
    39  *.pem
    40  
    41  # Terraform Temporary Files
    42  *.tfstate
    43  *.tfstate.*
    44  .terraform/
    45  terraform.tfvars
    46  
    47  # OSX leaves these everywhere on SMB shares
    48  ._*
    49  
    50  # OSX stuff
    51  .DS_Store
    52  
    53  # Eclipse files
    54  .classpath
    55  .project
    56  .settings/**
    57  
    58  # Files generated by JetBrains IDEs, e.g. Goland
    59  .idea/
    60  *.iml
    61  
    62  # VSCode files
    63  .vscode
    64  
    65  # Emacs save files
    66  *~
    67  \#*\#
    68  .\#*
    69  
    70  # Vim-related files
    71  [._]*.s[a-w][a-z]
    72  [._]s[a-w][a-z]
    73  *.un~
    74  Session.vim
    75  .netrwhist
    76  
    77  # Mercurial files
    78  **/.hg
    79  **/.hg*
    80  
    81  # runtimevar/etcdvar tests create this directory.
    82  runtimevar/etcdvar/default.etcd