2017-04-02 19:29:06 +00:00
|
|
|
favicon.*
|
2019-03-24 19:41:11 +00:00
|
|
|
/.htconfig.php
|
|
|
|
/.htpreconfig.php
|
2017-04-02 19:29:06 +00:00
|
|
|
\#*
|
|
|
|
*.log
|
|
|
|
*.out
|
|
|
|
*.version*
|
|
|
|
home.html
|
|
|
|
*~
|
|
|
|
robots.txt
|
|
|
|
|
2018-06-24 18:02:57 +00:00
|
|
|
#ignore local config
|
2018-11-25 06:42:05 +00:00
|
|
|
/config/local.config.php
|
|
|
|
/config/addon.config.php
|
2018-06-24 18:02:57 +00:00
|
|
|
/config/local.ini.php
|
2018-07-12 02:58:37 +00:00
|
|
|
/config/addon.ini.php
|
2018-06-24 18:02:57 +00:00
|
|
|
|
2017-04-02 19:29:06 +00:00
|
|
|
#ignore documentation, it should be newly built
|
2021-05-29 20:37:28 +00:00
|
|
|
/doc/api
|
|
|
|
/doc/cache
|
2017-04-02 19:29:06 +00:00
|
|
|
|
2018-06-29 04:25:43 +00:00
|
|
|
#ignore reports, should be generated with every build
|
2017-04-02 19:29:06 +00:00
|
|
|
report/
|
|
|
|
|
|
|
|
#ignore config files from eclipse, we don't want IDE files in our repository
|
|
|
|
.project
|
|
|
|
.buildpath
|
|
|
|
.externalToolBuilders
|
|
|
|
.settings
|
2018-05-02 20:26:24 +00:00
|
|
|
|
2017-04-02 19:29:06 +00:00
|
|
|
#ignore OSX .DS_Store files
|
|
|
|
.DS_Store
|
|
|
|
|
2018-05-02 20:26:24 +00:00
|
|
|
#ignore NetBeans IDE's private files (at least)
|
2017-04-02 19:29:06 +00:00
|
|
|
/nbproject/private/
|
|
|
|
|
2020-03-09 06:15:29 +00:00
|
|
|
Ignore config files from VSCode
|
|
|
|
/.vscode/
|
|
|
|
|
2017-04-02 19:29:06 +00:00
|
|
|
#ignore smarty cache
|
|
|
|
/view/smarty3/compiled/
|
|
|
|
|
|
|
|
#ignore cache folders
|
|
|
|
/privacy_image_cache/
|
|
|
|
/photo/
|
|
|
|
/proxy/
|
|
|
|
nbproject
|
|
|
|
|
|
|
|
#ignore vagrant dir
|
|
|
|
.vagrant/
|
|
|
|
|
|
|
|
#ignore local folder
|
|
|
|
/local/
|
|
|
|
|
|
|
|
#ignore config files from Visual Studio
|
|
|
|
/.vs/
|
|
|
|
/php_friendica.phpproj
|
|
|
|
/php_friendica.sln
|
|
|
|
/php_friendica.phpproj.user
|
|
|
|
|
|
|
|
#ignore things from transifex-client
|
|
|
|
venv/
|
|
|
|
|
2018-06-01 11:39:26 +00:00
|
|
|
#ignore Composer dependencies
|
|
|
|
/vendor
|
|
|
|
/view/asset
|
2017-07-26 20:16:29 +00:00
|
|
|
|
|
|
|
#ignore config files from JetBrains
|
|
|
|
/.idea
|
|
|
|
|
2018-06-29 04:25:43 +00:00
|
|
|
#ignore addons directory
|
|
|
|
/addons
|
2018-07-21 00:27:37 +00:00
|
|
|
/addon
|
|
|
|
|
2020-09-07 09:43:20 +00:00
|
|
|
#ignore base .htaccess
|
|
|
|
/.htaccess
|
2018-11-21 08:38:54 +00:00
|
|
|
|
|
|
|
#ignore filesystem storage default path
|
2018-11-21 14:10:47 +00:00
|
|
|
/storage
|
2019-06-22 07:49:58 +00:00
|
|
|
|
|
|
|
#Ignore log folder
|
|
|
|
/log
|
2021-04-05 10:33:56 +00:00
|
|
|
|
|
|
|
#Ignore temporary installed phpunit
|
|
|
|
/bin/phpunit
|
2021-04-06 18:00:21 +00:00
|
|
|
|
|
|
|
#Ignore cache file
|
2022-05-08 05:37:17 +00:00
|
|
|
.php_cs.cache
|
|
|
|
|
|
|
|
#ignore avatar picture cache path
|
|
|
|
/avatar
|
|
|
|
|