github.com/cima-lexis/wundererr@v0.0.0-20211005094629-75ae72005cfa/.gitignore (about)

     1  #### joe made this: http://goel.io/joe
     2  
     3  #### go ####
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, built with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Dependency directories (remove the comment below to include it)
    18  # vendor/
    19  
    20  
    21  #### visualstudiocode ####
    22  .vscode/*
    23  !.vscode/settings.json
    24  !.vscode/tasks.json
    25  !.vscode/launch.json
    26  !.vscode/extensions.json
    27  *.code-workspace
    28  
    29  data
    30  wundererr