github.com/lastbackend/toolkit@v0.0.0-20241020043710-cafa37b95aad/.gitignore (about)

     1  # Develop tools
     2  /.vscode/
     3  /.idea/
     4  
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  
    12  # Folders
    13  _obj
    14  _test
    15  _build
    16  
    17  # Architecture specific extensions/prefixes
    18  *.[568vq]
    19  [568vq].out
    20  
    21  *.cgo1.go
    22  *.cgo2.c
    23  _cgo_defun.c
    24  _cgo_gotypes.go
    25  _cgo_export.*
    26  
    27  # Test binary, build with `go test -c`
    28  *.test
    29  
    30  # Output of the go coverage tool, specifically when used with LiteIDE
    31  *.out
    32  
    33  # vim temp files
    34  *~
    35  *.swp
    36  *.swo