]> git.immae.eu Git - github/shaarli/Shaarli.git/blame_incremental - .gitignore
new setting: default value for 'remember me' checkbox
[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# HTML documentation
32doc/html/
33
34# 3rd party themes
35tpl/*
36!tpl/default
37!tpl/vintage