]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .dockerignore
Bump Shaarli version to v0.8.7
[github/shaarli/Shaarli.git] / .dockerignore
CommitLineData
754ee049
V
1# Docker-ignore
2# Note: .git/ is kept for HTML documentation generation
3tests
4
35927142
V
5# Shaarli runtime resources
6cache/*
7data/*
8pagecache/*
9tmp/*
10
11# Eclipse project files
12.settings
13.buildpath
14.project
15
16# Raintpl generated pages
17*.rtpl.php
18
19# 3rd-party dependencies
20composer.lock
21vendor/
22
23# Release archives
24*.tar
25*.zip
26
27# Development and test resources
28coverage
29doxygen
30sandbox
31phpmd.html
32
33# User plugin configuration
34plugins/*/config.php