github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/.gitignore (about) 1 # go dependencies 2 vendor/ 3 4 # local files 5 .DS_Store 6 /dist 7 8 # testing and custom build code 9 *.log 10 coverage.out 11 12 # eclipse 13 .classpath 14 .project 15 .settings 16 17 # IntelliJ 18 /.idea/ 19 *.ipr 20 *.iws 21 *.iml 22 23 # vscode 24 .vscode/ 25 __debug_bin