Add more to .gitignore

This commit is contained in:
Maximilian 2023-03-06 21:23:56 -06:00
parent 073dfafb28
commit a4366c7395
1 changed files with 23 additions and 1 deletions

24
.gitignore vendored
View File

@ -1,4 +1,26 @@
# GoWeb specific
env.json
logs/
*.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