X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=2d8acf01607997b76c569c6576f319e1728ba828;hb=76460ddd2dfa7245e8a38f1b89549cc0ebec404d;hp=0d18ab0bdcde8d55b8c139dd6f7653f991789fd5;hpb=854cc3e47296d4a1b01b893376064cf254d84f79;p=friendica.git diff --git a/.gitignore b/.gitignore index 0d18ab0bdc..2d8acf0160 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/ @@ -74,3 +76,6 @@ venv/ #ignore filesystem storage default path /storage + +#Ignore log folder +/log