mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 17:11:05 +00:00
24 lines
377 B
Text
24 lines
377 B
Text
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/
|
|
|
|
#ignore smarty cache
|
|
/view/smarty3/compiled/
|