Simplified gitignore

This commit is contained in:
Eduard Urbach 2023-07-22 11:04:31 +02:00
parent d3c9ee3ac6
commit 1592c94b6d
Signed by: eduard
GPG key ID: 49226B848C78F6C8

21
.gitignore vendored
View file

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