github.com/dubbogo/gost@v1.14.0/.gitignore (about)

     1  .idea
     2  .DS_Store
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  *.idea
    18  *.iml
    19  *.vscode
    20  target/
    21  classes
    22  
    23  # vim
    24  *.swp
    25  
    26  vendor/
    27