From 2a91cc3fc0a9dd84a34f12e18b9cbc98ecb115c6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 22 Jul 2023 11:04:31 +0200 Subject: [PATCH] Simplified gitignore --- .gitignore | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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