14 lines
189 B
Text
14 lines
189 B
Text
# Ignore everything
|
|
/*
|
|
|
|
# Track certain files and directories
|
|
!.gitignore
|
|
|
|
!/config/
|
|
/config/*
|
|
!/config/Corefile
|
|
!/config/custom-hosts
|
|
|
|
!/config-vyos/
|
|
/config-vyos/*
|
|
!/config-vyos/Corefile
|