Add .gitignore

This commit is contained in:
nxshock 2022-09-18 12:47:31 +05:00
parent 6f0127b0ce
commit c13b7d6d14

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/