Update .gitignore

This commit is contained in:
nxshock 2022-09-18 12:48:49 +05:00 committed by GitHub
parent a7b17bd6cc
commit fe836530e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.gitignore vendored
View File

@ -1 +1,15 @@
/zillow.csv # 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/