Simplified gitignore

This commit is contained in:
Eduard Urbach 2023-07-22 11:04:31 +02:00
parent 7bf7a81b81
commit 16f214df95
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

17
.gitignore vendored
View File

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