github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 *.tgz 8 9 # Test binary, built with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 15 modela/** 16 assets/charts/** 17 ./.vscode/ 18 .idea/ 19 .DS_Store 20 dist/ 21 *.iml 22 # delve debug binaries 23 cmd/**/debug 24 debug.test 25 coverage.out 26 ui/node_modules/ 27 vendor/ 28 29 bin/ 30 .mockgen 31 .cache 32 .golangci-bin 33 .coverage/ 34 35 .DS_Store 36 37 # VIM 38 .*.swp 39 40 # Emacs 41 *~ 42 43 .idea/ 44 .vscode/ 45 lang/python/modelaapi.egg-info/ 46 gateway/ 47 48 vendor/ 49 ./bin/ 50 dist/ 51 *.iml 52 # delve debug binaries 53 cmd/**/debug 54 debug.test 55 coverage.out 56 ui/node_modules/ 57 .go.mod.swp