559315ba0a
Relates to #607 Archive creation process (tar, zip): - let Composer resolve functional (no-dev) dependencies - call git-archive to generate a release archive - include 3rd-party dependencies to the generated archive Signed-off-by: VirtualTam <virtualtam@flibidi.net>
30 lines
346 B
Text
30 lines
346 B
Text
# Shaarli runtime resources
|
|
data
|
|
tmp
|
|
cache
|
|
pagecache
|
|
|
|
# Eclipse project files
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
|
|
# Raintpl generated pages
|
|
*.rtpl.php
|
|
|
|
# 3rd-party dependencies
|
|
composer.lock
|
|
vendor/
|
|
|
|
# Release archives
|
|
*.tar
|
|
*.zip
|
|
|
|
# Development and test resources
|
|
coverage
|
|
doxygen
|
|
sandbox
|
|
phpmd.html
|
|
|
|
# User plugin configuration
|
|
plugins/*/config.php
|