diff --git a/.gitignore b/.gitignore index 29d9708..7da9257 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +# Ignore files with no extensions trick: +# First ignore all. +* +# Unignore all with extensions. +!*.* +!LICENSE + # Go workspaces. go.work go.work.sum