github.com/torresashjian/cli@v0.10.1-0.20210916231452-89080fe7069c/.gitignore (about)

     1  
     2  ## OS X Resources
     3  .DS_Store
     4  .vscode/
     5  
     6  # Binaries
     7  *.exe
     8  *.test
     9  *.prof
    10  
    11  
    12  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    13  *.o
    14  *.a
    15  *.so
    16  
    17  # Dynamic libs
    18  *.dll
    19  *.so
    20  *.dylib
    21  
    22  # Intellij
    23  
    24  .idea/
    25  
    26  # cli binary
    27  ./flogo
    28  dist
    29  
    30  go.mod.build
    31  
    32  cmd/flogo/currentversion.go