]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
Small fixes to translatable string
[friendica.git] / .gitignore
index 71528335901c55cdb6b5ae4c75faeecae5670bb5..8592206539b757cf5a929e60df0b0194b5f80d59 100644 (file)
@@ -1,5 +1,6 @@
 favicon.*\r
 .htconfig.php\r
+.htpreconfig.php\r
 \#*\r
 include/jquery-1.4.2.min.js\r
 *.log\r
@@ -11,8 +12,8 @@ addon
 *~\r
 robots.txt\r
 \r
-#ignore documentation, it should be newly built \r
-doc/api\r
+#ignore documentation, it should be newly built\r
+doc/html\r
 \r
 #ignore reports, should be generted with every build\r
 report/\r
@@ -22,7 +23,7 @@ report/
 .buildpath\r
 .externalToolBuilders\r
 .settings\r
-#ignore OSX .DS_Store files \r
+#ignore OSX .DS_Store files\r
 .DS_Store\r
 \r
 /nbproject/private/\r
@@ -33,4 +34,26 @@ report/
 #ignore cache folders\r
 /privacy_image_cache/\r
 /photo/\r
+/proxy/\r
 nbproject\r
+\r
+#ignore vagrant dir\r
+.vagrant/\r
+\r
+#ignore local folder\r
+/local/\r
+\r
+#ignore config files from Visual Studio\r
+/.vs/\r
+/php_friendica.phpproj\r
+/php_friendica.sln\r
+/php_friendica.phpproj.user\r
+\r
+#ignore things from transifex-client\r
+venv/\r
+\r
+#ignore Composer dependencies\r
+vendor\r
+\r
+#ignore config files from JetBrains\r
+/.idea
\ No newline at end of file