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