]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .gitignore
Merge pull request #355 from ArthurHoaro/redirector-url
[github/shaarli/Shaarli.git] / .gitignore
CommitLineData
03a71dc6 1# Ignore data/, tmp/, cache/ and pagecache/
6e330f22
MC
2data
3tmp
4cache
5pagecache
6
7# Eclipse project files
8.settings
9.buildpath
ea8f67eb 10.project
11
12# Ignore raintpl generated pages
00f98bda
V
13*.rtpl.php
14
15# Ignore test dependencies
16composer.lock
17/vendor/
18
05af6f53 19# Ignore development and test resources
ca74886f 20coverage
05af6f53 21doxygen
ca74886f 22tests/datastore.php
d9d776af 23tests/dummycache/
00f98bda 24phpmd.html
6fc14d53
A
25
26# Ignore user plugin configuration
27plugins/*/config.php