2020.09 CHANGELOG
[friendica.git/.git] / .gitignore
index c1eb430..3250fb0 100644 (file)
@@ -1,17 +1,19 @@
 favicon.*
-.htconfig.php
-.htpreconfig.php
+/.htconfig.php
+/.htpreconfig.php
 \#*
 *.log
 *.out
 *.version*
 home.html
-
 *~
 robots.txt
 
 #ignore local config
+/config/local.config.php
+/config/addon.config.php
 /config/local.ini.php
+/config/addon.ini.php
 
 #ignore documentation, it should be newly built
 /doc/html
@@ -31,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/
 
@@ -64,4 +69,13 @@ venv/
 
 #ignore addons directory
 /addons
-/addon
\ No newline at end of file
+/addon
+
+#ignore base .htaccess
+/.htaccess
+
+#ignore filesystem storage default path
+/storage
+
+#Ignore log folder
+/log