2012-10-31 16:13:45 +00:00
|
|
|
favicon.*
|
|
|
|
.htconfig.php
|
2014-05-11 20:07:37 +00:00
|
|
|
.htpreconfig.php
|
2012-10-31 16:13:45 +00:00
|
|
|
\#*
|
|
|
|
include/jquery-1.4.2.min.js
|
|
|
|
*.log
|
|
|
|
*.out
|
|
|
|
*.version*
|
|
|
|
favicon.*
|
|
|
|
home.html
|
|
|
|
addon
|
|
|
|
*~
|
2013-02-17 17:46:39 +00:00
|
|
|
robots.txt
|
2012-10-31 16:13:45 +00:00
|
|
|
|
2015-12-28 08:44:30 +00:00
|
|
|
#ignore documentation, it should be newly built
|
|
|
|
doc/html
|
2012-10-31 16:13:45 +00:00
|
|
|
|
|
|
|
#ignore reports, should be generted with every build
|
|
|
|
report/
|
|
|
|
|
|
|
|
#ignore config files from eclipse, we don't want IDE files in our repository
|
|
|
|
.project
|
|
|
|
.buildpath
|
|
|
|
.externalToolBuilders
|
|
|
|
.settings
|
2015-12-28 08:44:30 +00:00
|
|
|
#ignore OSX .DS_Store files
|
2012-10-31 16:13:45 +00:00
|
|
|
.DS_Store
|
|
|
|
|
2012-12-30 21:58:05 +00:00
|
|
|
/nbproject/private/
|
|
|
|
|
|
|
|
#ignore smarty cache
|
|
|
|
/view/smarty3/compiled/
|
|
|
|
|
|
|
|
#ignore cache folders
|
|
|
|
/privacy_image_cache/
|
|
|
|
/photo/
|
2015-01-24 23:58:51 +00:00
|
|
|
/proxy/
|
2013-05-31 10:18:59 +00:00
|
|
|
nbproject
|
2014-06-20 14:05:44 +00:00
|
|
|
|
|
|
|
#ignore vagrant dir
|
|
|
|
.vagrant/
|
2015-01-24 23:58:51 +00:00
|
|
|
|
2015-01-25 00:09:47 +00:00
|
|
|
#ignore local folder
|
|
|
|
/local/
|
2016-09-22 19:55:16 +00:00
|
|
|
|
|
|
|
#ignore config files from Visual Studio
|
|
|
|
/.vs/
|
|
|
|
/php_friendica.phpproj
|
|
|
|
/php_friendica.sln
|
2016-09-22 20:08:24 +00:00
|
|
|
/php_friendica.phpproj.user
|
2017-01-18 13:05:57 +00:00
|
|
|
|
|
|
|
#ignore things from transifex-client
|
|
|
|
venv/
|
2017-04-01 02:34:30 +00:00
|
|
|
|
|
|
|
#ignore git projects in vendor
|
|
|
|
vendor/**/.git
|
2017-07-06 18:19:58 +00:00
|
|
|
|
|
|
|
#ignore config files from JetBrains
|
|
|
|
/.idea
|