build: ignore Go, direnv and dotenv files

This commit is contained in:
Steve Moyer
2024-11-29 07:52:29 -05:00
parent c267fe9169
commit 7b31ac0149

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Refer to golangci-lint's example config file for more options and information:
# https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml
run:
timeout: 5m
modules-download-mode: readonly
linters:
enable:
- errcheck
- goimports
- golint
- govet
- staticcheck
issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0