diff options
| author | Melonai <einebeere@gmail.com> | 2021-07-25 23:56:25 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-07-26 00:16:10 +0200 |
| commit | 309490948bea7cdfc4ba8b0b11966185fdd35aa9 (patch) | |
| tree | 70c091117225b0b5f19d4691024b739c478bd32d /.gitignore | |
| download | portgate-309490948bea7cdfc4ba8b0b11966185fdd35aa9.tar.zst portgate-309490948bea7cdfc4ba8b0b11966185fdd35aa9.zip | |
Proxy requests to target ports
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48fe5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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 + +# IDE specific files +.idea/ |
