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