github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 10 # Architecture specific extensions/prefixes 11 *.[568vq] 12 [568vq].out 13 14 *.cgo1.go 15 *.cgo2.c 16 _cgo_defun.c 17 _cgo_gotypes.go 18 _cgo_export.* 19 20 _testmain.go 21 22 *.exe 23 *.test 24 *.prof 25 application.linux 26 _workspace 27 playground 28 *.coverprofile 29 30 # Sublime files 31 *.sublime-* 32 33 # Vscode files 34 .vscode/* 35 cmd/swagger/swagger.json.bak 36 tags 37 38 ### Vim 39 [._]*.s[a-w][a-z] 40 [._]s[a-w][a-z] 41 *.un~ 42 Session.vim 43 .netrwhist 44 *~ 45 profile.cov 46 47 # Drone 48 secrets.yml 49 dist 50 51 # Idea 52 .idea 53 go-swagger.iml 54 55 node_modules 56 _book 57 58 tmp/ 59 cover/ 60 bin/ 61 enter-deploy-env.sh 62 63 coverage.txt 64 65 hack/deploy.env 66 67 dist/ 68 .circleci/*.sh