github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/.gitignore (about) 1 #IntelIij IDEA files 2 *.iml 3 .idea/ 4 5 # Compiled Object files, Static and Dynamic libs (Shared Objects) 6 *.o 7 *.a 8 *.so 9 10 # Folders 11 _obj 12 _test 13 14 # Architecture specific extensions/prefixes 15 *.[568vq] 16 [568vq].out 17 18 *.cgo1.go 19 *.cgo2.c 20 _cgo_defun.c 21 _cgo_gotypes.go 22 _cgo_export.* 23 24 _testmain.go 25 26 *.exe 27 *.test 28 *.prof 29 30 # Output of the go coverage tool, specifically when used with LiteIDE 31 *.out 32 33 .tags 34 35 # Visual Studio Code files 36 .vscode