]> git.immae.eu Git - github/shaarli/Shaarli.git/blame_incremental - .gitignore
makefile: remove obsolete 'doc' target
[github/shaarli/Shaarli.git] / .gitignore
... / ...
CommitLineData
1# Shaarli runtime resources
2data
3tmp
4cache
5pagecache
6
7# Eclipse project files
8.settings
9.buildpath
10.project
11
12# Raintpl generated pages
13*.rtpl.php
14
15# 3rd-party dependencies
16vendor/
17
18# Release archives
19*.tar.gz
20*.zip
21
22# Development and test resources
23coverage
24doxygen
25sandbox
26phpmd.html
27
28# User plugin configuration
29plugins/*/config.php
30
31# 3rd party themes
32tpl/*
33!tpl/default
34!tpl/vintage