go.uber.org/cadence@v1.2.9/.gitignore (about)

     1  
     2  *.out
     3  *.test
     4  *.xml
     5  *.swp
     6  .vscode/
     7  *.code-workspace
     8  *.iml
     9  *.cov
    10  *.html
    11  .tmp/
    12  /vendor
    13  test.log
    14  /dummy
    15  .build
    16  .bins
    17  .bin
    18  .DS_Store
    19  .gobincache
    20  
    21  # most idea stuff is local-machine specific...
    22  .idea/*
    23  # ...but this scopes folder is intended to be shared
    24  !.idea/scopes
    25  !.idea/scopes/*