Improved code quality

This commit is contained in:
2023-08-31 17:03:52 +02:00
parent a7e65ca27f
commit 95976e39bf
16 changed files with 128 additions and 69 deletions

19
.gitignore vendored
View File

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