diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 8a2f7d68..78e96559 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,24 @@ +# 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 vendor_php builds/ tests/vendor/ -.rr-sample.yaml -psr-worker.php +.rr-sample.yaml
\ No newline at end of file |