diff --git a/.gitignore b/.gitignore index 96914ed..f4f3836 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -!*/ \ No newline at end of file +!README.md +!.editorconfig +!.gitignore \ No newline at end of file