10 lines
116 B
Text
10 lines
116 B
Text
|
# Ignore everything
|
||
|
/*
|
||
|
|
||
|
# Track certain files and directories
|
||
|
!.gitignore
|
||
|
|
||
|
!/config/
|
||
|
/config/*
|
||
|
!/config/haproxy.cfg
|