diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ -*~ +# logs +Logs/ mysql/ -TAGS
\ No newline at end of file +TAGS + +# secrets +.htaccess +Config/Config.php +admin/Config/Config.php + +# litter +*~ |