diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 29850ea748..f588c8152b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,10 @@ coverage.all /bin /dist -/custom +/custom/* +!/custom/conf +/custom/conf/* +!/custom/conf/app.ini.sample /data /indexers /log |