github.com/ericwq/aprilsh@v0.0.0-20240517091432-958bc568daa0/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  frontend/client/client
     8  frontend/client/apsh
     9  frontend/server/server
    10  coverage
    11  cpu.profile
    12  mem.profile
    13  
    14  # Test binary, built with `go test -c`
    15  *.test
    16  
    17  # Output of the go coverage tool, specifically when used with LiteIDE
    18  *.out
    19  
    20  .DS_Store
    21  
    22  # Dependency directories (remove the comment below to include it)
    23  # vendor/