From 4d9a2859f347ac5ad5a62f0ff9f32b6c3ce5abb8 Mon Sep 17 00:00:00 2001 From: Arnan de Gans Date: Wed, 24 Jul 2024 22:34:36 -0600 Subject: [PATCH] Updated .gitignore --- .gitignore | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c29546c..efd1104 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ -# Caches +# Project specific *.data -*.cache +*.result +*.log +.htaccess +config.php + +# Github stuff +/.git +/.github +.distignore +.gitignore +.gitattributes # OS generated files & misc .DS_Store @@ -10,4 +20,4 @@ .Trashes .nova ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db