github.com/IBM-Blockchain/fabric-operator@v1.0.4/.gitignore (about) 1 # Temporary Build Files 2 build/_output 3 build/_test 4 # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode 5 ### Emacs ### 6 # -*- mode: gitignore; -*- 7 *~ 8 \#*\# 9 /.emacs.desktop 10 /.emacs.desktop.lock 11 *.elc 12 auto-save-list 13 tramp 14 .\#* 15 # Org-mode 16 .org-id-locations 17 *_archive 18 # flymake-mode 19 *_flymake.* 20 # eshell files 21 /eshell/history 22 /eshell/lastdir 23 # elpa packages 24 /elpa/ 25 # reftex files 26 *.rel 27 # AUCTeX auto folder 28 /auto/ 29 # cask packages 30 .cask/ 31 dist/ 32 # Flycheck 33 flycheck_*.el 34 # server auth directory 35 /server/ 36 # projectiles files 37 .projectile 38 projectile-bookmarks.eld 39 # directory configuration 40 .dir-locals.el 41 # saveplace 42 places 43 # url cache 44 url/cache/ 45 # cedet 46 ede-projects.el 47 # smex 48 smex-items 49 # company-statistics 50 company-statistics-cache.el 51 # anaconda-mode 52 anaconda-mode/ 53 ### Go ### 54 # Binaries for programs and plugins 55 *.exe 56 *.exe~ 57 *.dll 58 *.so 59 *.dylib 60 # Test binary, build with 'go test -c' 61 *.test 62 # Output of the go coverage tool, specifically when used with LiteIDE 63 *.out 64 ### Vim ### 65 # swap 66 .sw[a-p] 67 .*.sw[a-p] 68 # session 69 Session.vim 70 # temporary 71 .netrwhist 72 # auto-generated tag files 73 tags 74 ### VisualStudioCode ### 75 .vscode/* 76 .history 77 # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode 78 testdata/kubeconfig.yml 79 testdata/deploy/test_operator.yaml 80 testdata/deploy/test_role_binding.yaml 81 testdata/tlsCert.pem 82 build/_output 83 bin 84 vendor 85 golang_copyright.txt 86 shell_copyright.txt 87 kubeconfig.yml 88 .env 89 *.bak 90 temp.* 91 integration/*/config 92 integration/actions/*/config 93 scripts/images/clusterserviceversion.yaml 94 .vscode 95 .idea/