]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .dockerignore
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / .dockerignore
CommitLineData
2a3fe990
V
1# Docker-ignore
2.dev
3.git
4.github
5tests
6
81c80130
V
7# Docker Compose resources
8docker-compose.yml
9
2a3fe990
V
10# Shaarli runtime resources
11cache/*
12data/*
13pagecache/*
14tmp/*
15
16# Eclipse project files
17.settings
18.buildpath
19.project
20
21# Raintpl generated pages
22*.rtpl.php
23
24# 3rd-party dependencies
25vendor/
26
27# Release archives
28*.tar.gz
29*.zip
30inc/languages/*/LC_MESSAGES/shaarli.mo
31
32# Development and test resources
33coverage
34doxygen
35sandbox
36phpmd.html
37
38# User plugin configuration
39plugins/*/config.php
40
41# 3rd party themes
42tpl/*
43!tpl/default
44!tpl/vintage
45
46# Front end
47node_modules
48tpl/default/js
49tpl/default/css
50tpl/default/fonts
51tpl/default/img
52tpl/vintage/js
53tpl/vintage/css
54tpl/vintage/img