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