diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8a2f7d68..78c1ee17 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ +# Created by .ignore support plugin (hsz.mobi) +### Go template +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ .idea composer.lock vendor @@ -5,4 +22,6 @@ vendor_php builds/ tests/vendor/ .rr-sample.yaml -psr-worker.php +unit_tests +unit_tests_copied +dir1
\ No newline at end of file |