github.com/korniux/gophish@v0.9.0/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  
     6  # Folders
     7  _obj
     8  _test
     9  
    10  # Node Modules
    11  node_modules
    12  
    13  # Architecture specific extensions/prefixes
    14  *.[568vq]
    15  [568vq].out
    16  .DS_Store
    17  
    18  *.cgo1.go
    19  *.cgo2.c
    20  _cgo_defun.c
    21  _cgo_gotypes.go
    22  _cgo_export.*
    23  
    24  _testmain.go
    25  
    26  gophish_admin.crt
    27  gophish_admin.key
    28  
    29  *.exe
    30  gophish.db*
    31  gophish