X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=3250fb0761bb0e75aa55b29f15d660ed9308be15;hb=ad316447b5429d75b907f9ccbb77e9c1f2a01ef7;hp=345fe69cd96a8fc6caa8ed0a452f18d0090b53cc;hpb=12dd7b552f382dff38389344b279e3faf6e57281;p=friendica.git diff --git a/.gitignore b/.gitignore index 345fe69cd9..3250fb0761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ favicon.* -.htconfig.php -.htpreconfig.php +/.htconfig.php +/.htpreconfig.php \#* *.log *.out *.version* home.html - *~ robots.txt @@ -34,6 +33,9 @@ report/ #ignore NetBeans IDE's private files (at least) /nbproject/private/ +Ignore config files from VSCode +/.vscode/ + #ignore smarty cache /view/smarty3/compiled/ @@ -69,8 +71,11 @@ venv/ /addons /addon -#ignore .htaccess -.htaccess +#ignore base .htaccess +/.htaccess #ignore filesystem storage default path -/storage \ No newline at end of file +/storage + +#Ignore log folder +/log