diff --git a/.gitignore b/.gitignore index 7c36cbe..8528472 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .idea/ .DS_Store output/ +web/public/ +log/ # Binaries for programs and plugins *.exe @@ -8,10 +10,11 @@ output/ *.dll *.so *.dylib +*.log +demo*.go # Test binary, built with `go test -c` *.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out