fix: ignore unwanted files custom dir
- since it's pointless to track user specific files, added the custom dir to the ignore list except for the example files.
This commit is contained in:
parent
54d5c13d38
commit
98ec153e8f
|
@ -1 +1,4 @@
|
||||||
plugin
|
plugin
|
||||||
|
lua/custom/*
|
||||||
|
!lua/custom/example_init.lua
|
||||||
|
!lua/custom/example_chadrc.lua
|
||||||
|
|
Loading…
Reference in New Issue