# maven ignore target/ *.jar !.mvn/wrapper/* *.war *.zip *.tar *.tar.gz # eclipse ignore .settings/ .project .classpath # idea ignore .idea/ *.ipr *.iml *.iws # temp ignore *.log *.cache *.diff *.patch *.tmp # system ignore .DS_Store Thumbs.db # generated code **/build/* # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, build with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out classes # Gopkg.lock vendor/ logs/ .vscode/ coverage.txt test/jobs version-matrix.txt