github.com/hedzr/evendeep@v0.4.8/.gitignore (about)

     1  swaggerdocs/
     2  bgo
     3  bgo.yml
     4  _bgo
     5  tools/bgo/go.work
     6  go.work
     7  .local/
     8  
     9  Makefile
    10  .env
    11  .env.local*
    12  
    13  *.S
    14  small
    15  ./small*
    16  
    17  *.code-workspace
    18  
    19  .idea/
    20  *.iml
    21  .DS\_Store
    22  
    23  tmp/
    24  bin/
    25  output/
    26  ref/
    27  refers/
    28  save/
    29  SAVE/
    30  try*/
    31  bash.comp.1/
    32  test_try/
    33  man*/
    34  study/
    35  *.1
    36  *.2
    37  *.3
    38  *.4
    39  *.5
    40  *.6
    41  *.7
    42  *.8
    43  .vagrant/
    44  
    45  *.gz
    46  *.zip
    47  *.rar
    48  *.tgz
    49  *.tar
    50  *.bz2
    51  *.dmg
    52  *.deb
    53  *.rpm
    54  coverage.txt
    55  cover.out
    56  cover.html
    57  .tmp.*
    58  *.local
    59  *.log
    60  *.tmp
    61  *~
    62  ~*
    63  
    64  ###
    65  
    66  #*_string.go
    67  #stringer/
    68  
    69  
    70  ### Go template
    71  # Binaries for programs and plugins
    72  *.exe
    73  *.dll
    74  *.so
    75  *.dylib
    76  
    77  # Test binary, build with `go test -c`
    78  *.test
    79  
    80  # Output of the go coverage tool, specifically when used with LiteIDE
    81  *.out
    82  
    83  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    84  .glide/
    85  
    86  .pid/