github.com/wrgl/wrgl@v0.14.0/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Generated go files
     9  *.gen.go
    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  # wrgl repos
    21  *.wrgl
    22  
    23  # build folder
    24  build
    25  
    26  # log files
    27  *.log
    28  
    29  VERSION.txt