mirror of
https://github.com/soypat/lneto.git
synced 2026-08-08 00:43:40 +00:00
@MDr164 trick to ignore no-extension files (#162)
* @MDr164 trick to ignore no-extension files * catch changes to LICENSE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user