]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
Merge pull request #754 from ArthurHoaro/webdesign2
[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 composer.lock
17 vendor/
18
19 # Release archives
20 *.tar.gz
21 *.zip
22
23 # Development and test resources
24 coverage
25 doxygen
26 sandbox
27 phpmd.html
28
29 # User plugin configuration
30 plugins/*/config.php
31
32 # 3rd party themes
33 tpl/*
34 !tpl/default
35 !tpl/vintage