github.com/algorand/go-algorand-sdk@v1.24.0/.gitignore (about) 1 # ignore cucumber test resources 2 test-harness/ 3 test/features/ 4 test/features/resources/**/*.json 5 test/features/resources/**/*.base64 6 test/features/resources/programs/**/*.tok 7 8 # Other misc files 9 *.log 10 *.log.archive 11 *.out 12 *.prof 13 coverage.html 14 15 # Exclude GoLand files 16 .idea/ 17 18 # Ignore vim backup and swap files 19 *~ 20 *.swp 21 *.swo 22 23 .vscode 24 25 # Mac 26 .DS_Store 27 28 # Testing files 29 *.feature 30 temp 31 32 # asdf 33 .tool-versions