MyShaarli/.gitignore

27 lines
354 B
Plaintext
Raw Normal View History

2013-02-26 13:23:26 +01:00
# Ignore data/, tmp/, cache/ and pagecache/
2013-03-10 14:16:29 +01:00
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
sandbox
phpmd.html
# Ignore user plugin configuration
plugins/*/config.php