github.com/TIBCOSoftware/flogo-lib@v0.5.9/.gitignore (about) 1 ## Intellij 2 .idea/ 3 *.ipr 4 *.iml 5 *.iws 6 7 ## Atom Start 8 atom.sh 9 10 ## Gradle 11 .gradle 12 13 # Build dirs 14 build/ 15 out/ 16 17 ## OS X Resources 18 .DS_Store 19 20 bin/ 21 pkg/ 22 **/vendor/src/ 23 **/vendor/manifest 24 25 ## Golang 26 27 # Compiled Object files, Static and Dynamic libs (Shared Objects) 28 *.o 29 *.a 30 *.so 31 32 # Folders 33 _obj 34 _test 35 36 # Architecture specific extensions/prefixes 37 *.[568vq] 38 [568vq].out 39 40 *.cgo1.go 41 *.cgo2.c 42 _cgo_defun.c 43 _cgo_gotypes.go 44 _cgo_export.* 45 46 _testmain.go 47 48 *.exe 49 *.test 50 *.prof 51 52 tags 53 .vscode/symbols.json 54 .build-cache 55 submodules/flogo-cicd/.build-cache 56 ./Dockerfile 57