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.
navigator
Sravanth 3 years ago committed by Galen Rowell
parent 54d5c13d38
commit 98ec153e8f

3
.gitignore vendored

@ -1 +1,4 @@
plugin
lua/custom/*
!lua/custom/example_init.lua
!lua/custom/example_chadrc.lua

Loading…
Cancel
Save