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