github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 main 6 7 # Folders 8 _obj 9 _test 10 .idea 11 12 # Architecture specific extensions/prefixes 13 *.[568vq] 14 [568vq].out 15 16 *.cgo1.go 17 *.cgo2.c 18 _cgo_defun.c 19 _cgo_gotypes.go 20 _cgo_export.* 21 22 _testmain.go 23 profile.coverprofile 24 overalls.coverprofile 25 26 *.exe 27 *.test 28 *.prof 29 gin-bin 30 31 _book 32 /vendor 33 node_modules/ 34 35 # HF config files 36 /dist 37 debug