mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +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 workspaces.
|
||||||
go.work
|
go.work
|
||||||
go.work.sum
|
go.work.sum
|
||||||
|
|||||||
Reference in New Issue
Block a user