github.com/erda-project/erda-infra@v1.0.10-0.20240327085753-f3a249292aeb/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 8 # Files for macos 9 *.DS_Store 10 ._* 11 12 # Files for ideas 13 .idea/* 14 *.iml 15 16 # Files for vim 17 .*.sw? 18 19 # Files for direnv 20 .envrc 21 **/.env 22 23 # Files for vscode 24 *.vscode/ 25 .vendor/* 26 27 # Test binary, built with `go test -c` 28 *.test 29 30 # Output of the go coverage tool, specifically when used with LiteIDE 31 *.out 32 33 # Dependency directories (remove the comment below to include it) 34 /vendor/ 35 36 # Local History dir 37 .history/