...

Text file src/github.com/gin-contrib/cors/.gitignore

Documentation: github.com/gin-contrib/cors

     1*.o
     2*.a
     3*.so
     4
     5_obj
     6_test
     7
     8*.[568vq]
     9[568vq].out
    10
    11*.cgo1.go
    12*.cgo2.c
    13_cgo_defun.c
    14_cgo_gotypes.go
    15_cgo_export.*
    16
    17_testmain.go
    18
    19*.exe
    20*.test
    21*.prof
    22
    23coverage.out
    24
    25.idea

View as plain text