05af6f5325
Relates to #95 Customizations for PHP/Shaarli: - add project information - index PHP files - index global functions - exclude directories Usage $ make doxygen $ firefox doxygen/index.html & Notes - classes can be found under "Data Structures" - global functions can be found under "Files > Globals > Functions" Signed-off-by: VirtualTam <virtualtam@flibidi.net>
27 lines
No EOL
383 B
Text
27 lines
No EOL
383 B
Text
# Ignore data/, tmp/, cache/ and pagecache/
|
|
data
|
|
tmp
|
|
cache
|
|
pagecache
|
|
|
|
# Eclipse project files
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
|
|
# Ignore raintpl generated pages
|
|
*.rtpl.php
|
|
|
|
# Ignore test dependencies
|
|
composer.lock
|
|
/vendor/
|
|
|
|
# Ignore development and test resources
|
|
coverage
|
|
doxygen
|
|
tests/datastore.php
|
|
tests/dummycache/
|
|
phpmd.html
|
|
|
|
# Ignore user plugin configuration
|
|
plugins/*/config.php |