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
!go.sum
!go.mod !go.mod
!go.sum
!README.md
!LICENSE !LICENSE
!README.md
# ...even if they are in subdirectories !.editorconfig
!*/ !.gitignore