X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=2d8acf01607997b76c569c6576f319e1728ba828;hb=b79bb0d2cb3e6da43d7e6296f5afa29987be88e4;hp=345fe69cd96a8fc6caa8ed0a452f18d0090b53cc;hpb=12dd7b552f382dff38389344b279e3faf6e57281;p=friendica.git diff --git a/.gitignore b/.gitignore index 345fe69cd9..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/ @@ -73,4 +75,7 @@ venv/ .htaccess #ignore filesystem storage default path -/storage \ No newline at end of file +/storage + +#Ignore log folder +/log