friendica/.gitignore

62 lines
947 B
Plaintext
Raw Normal View History

favicon.*
.htconfig.php
.htpreconfig.php
\#*
include/jquery-1.4.2.min.js
*.log
*.out
*.version*
favicon.*
home.html
addon
2018-04-27 15:28:22 -04:00
*.orig
*~
2013-02-17 12:46:39 -05:00
robots.txt
#ignore documentation, it should be newly built
doc/html
#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
#ignore OSX .DS_Store files
.DS_Store
2012-12-30 16:58:05 -05:00
/nbproject/private/
#ignore smarty cache
/view/smarty3/compiled/
#ignore cache folders
/privacy_image_cache/
/photo/
/proxy/
nbproject
#ignore vagrant dir
.vagrant/
2015-01-24 19:09:47 -05:00
#ignore local folder
/local/
#ignore config files from Visual Studio
/.vs/
/php_friendica.phpproj
/php_friendica.sln
2016-09-22 16:08:24 -04:00
/php_friendica.phpproj.user
2017-01-18 08:05:57 -05:00
#ignore things from transifex-client
venv/
2018-01-16 16:50:56 -05:00
#ignore Composer dependencies
2018-03-07 08:07:36 -05:00
/vendor
/view/asset
#ignore config files from JetBrains
2018-04-27 15:28:22 -04:00
/.idea