MyShaarli/.gitignore

31 lines
349 B
Plaintext
Raw Normal View History

# Shaarli runtime resources
2013-03-10 14:16:29 +01:00
data
tmp
cache
pagecache
# Eclipse project files
.settings
.buildpath
.project
# Raintpl generated pages
*.rtpl.php
# 3rd-party dependencies
composer.lock
vendor/
# Release archives
2016-12-12 03:51:48 +01:00
*.tar.gz
*.zip
# Development and test resources
coverage
doxygen
sandbox
phpmd.html
# User plugin configuration
plugins/*/config.php