]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .dockerignore
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / .dockerignore
CommitLineData
2a3fe990
V
1# Docker-ignore
2.dev
3.git
4.github
ce901a58
A
5.gitattributes
6.gitignore
7.travis.yml
2a3fe990
V
8tests
9
ce901a58
A
10# Docker related resources are not needed inside the container
11.dockerignore
12Dockerfile
13Dockerfile.armhf
14
81c80130
V
15# Docker Compose resources
16docker-compose.yml
17
2a3fe990
V
18# Shaarli runtime resources
19cache/*
20data/*
21pagecache/*
22tmp/*
23
ce901a58
A
24# Shaarli's docs are created during the build
25doc/html/
26
2a3fe990
V
27# Eclipse project files
28.settings
29.buildpath
30.project
31
32# Raintpl generated pages
33*.rtpl.php
34
35# 3rd-party dependencies
36vendor/
37
38# Release archives
39*.tar.gz
40*.zip
41inc/languages/*/LC_MESSAGES/shaarli.mo
42
43# Development and test resources
44coverage
45doxygen
46sandbox
47phpmd.html
48
49# User plugin configuration
50plugins/*/config.php
51
52# 3rd party themes
53tpl/*
54!tpl/default
55!tpl/vintage
56
57# Front end
58node_modules
59tpl/default/js
60tpl/default/css
61tpl/default/fonts
62tpl/default/img
63tpl/vintage/js
64tpl/vintage/css
65tpl/vintage/img