Add more to .gitignore

This commit is contained in:
Maximilian 2023-03-06 21:23:56 -06:00
parent 073dfafb28
commit a4366c7395

24
.gitignore vendored
View File

@ -1,4 +1,26 @@
# GoWeb specific
env.json env.json
logs/ logs/
*.log *.log
/.idea
# 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
vendor/
# Go workspace file
go.work
# IDE files
/.idea