# templates
/templates/*
!/templates/.gitmodule

# var
/var/backup/*
!/var/backup/.gitmodule
/var/cache/smarty/*
!/var/cache/smarty/.gitmodule
/var/cache/master/*
!/var/cache/master/.gitmodule
/var/download/*
!/var/download/.gitmodule
/var/log/*
!/var/log/.gitmodule
/var/temp/csv/*
!/var/temp/csv/.gitmodule
/var/temp/download/*
!/var/temp/download/.gitmodule
/var/temp/plugin_install/*
!/var/temp/plugin_install/.gitmodule
/var/temp/plugin_update/*
!/var/temp/plugin_update/.gitmodule
/var/temp/zip/*
!/var/temp/zip/.gitmodule
/var/zip/*
!/var/zip/.gitmodule

# module
/module/*
!/module/.gitmodule

# plugin
/plugin/*
!/plugin/.gitmodule

# html
/html/*
!/html/define.php

# src
/src/*
!/src/.gitmodule

# other
/vendor/*
/composer.lock
.env
.DS_Store
.php-version
!.gitmodule
