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:
Sravanth 2021-09-26 19:35:11 +05:30 committed by Galen Rowell
parent 54d5c13d38
commit 98ec153e8f
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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