forked from friendica/friendica-addons
24 lines
384 B
Plaintext
24 lines
384 B
Plaintext
|
favicon.*
|
||
|
.htconfig.php
|
||
|
\#*
|
||
|
*.log
|
||
|
*.out
|
||
|
*.version*
|
||
|
favicon.*
|
||
|
*~
|
||
|
|
||
|
#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
|
||
|
|
||
|
/nbproject/private/
|
||
|
|
||
|
#ignore smarty cache
|
||
|
/view/smarty3/compiled/
|