]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
last minute bug fixes
[friendica.git] / .gitignore
index e85d8289655c538ebaaf20ec31ea5027020335f5..8d86b95875c44d3b384f3f98bce53ee9e8ad2d2a 100644 (file)
@@ -1,2 +1,60 @@
-.htconfig.php
-\#*
+favicon.*\r
+.htconfig.php\r
+.htpreconfig.php\r
+\#*\r
+include/jquery-1.4.2.min.js\r
+*.log\r
+*.out\r
+*.version*\r
+favicon.*\r
+home.html\r
+addon\r
+*~\r
+robots.txt\r
+\r
+#ignore documentation, it should be newly built\r
+doc/html\r
+\r
+#ignore reports, should be generted with every build\r
+report/\r
+\r
+#ignore config files from eclipse, we don't want IDE files in our repository\r
+.project\r
+.buildpath\r
+.externalToolBuilders\r
+.settings\r
+#ignore OSX .DS_Store files\r
+.DS_Store\r
+\r
+/nbproject/private/\r
+\r
+#ignore smarty cache\r
+/view/smarty3/compiled/\r
+\r
+#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
+/view/asset\r
+\r
+#ignore config files from JetBrains\r
+/.idea
\ No newline at end of file