@MDr164 trick to ignore no-extension files (#162)

* @MDr164 trick to ignore no-extension files

* catch changes to LICENSE
This commit is contained in:
Pat Whittingslow
2026-07-21 16:14:53 -03:00
committed by GitHub
parent 1a474154cb
commit 1bbfd5eac3
+7
View File
@@ -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