Improved code quality

This commit is contained in:
2023-09-01 12:43:36 +02:00
parent 48545fdf01
commit e5b0eb443a
10 changed files with 131 additions and 120 deletions

21
.gitignore vendored
View File

@ -1,17 +1,8 @@
# Ignore everything
*
# But not these files...
!/.gitignore
!/.editorconfig
!*.go
!*.txt
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
!*/
!.gitignore
!*.go
!*.md
!*.mod
!*.sum
!*.txt