]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
also for new default tpl add meta tag to block sending the referrer vintage -> #692
[github/shaarli/Shaarli.git] / .gitignore
1 # Shaarli runtime resources
2 data
3 tmp
4 cache
5 pagecache
6
7 # Eclipse project files
8 .settings
9 .buildpath
10 .project
11
12 # macOS General
13 .DS_Store
14 .AppleDouble
15 .LSOverride
16
17 # Raintpl generated pages
18 *.rtpl.php
19
20 # 3rd-party dependencies
21 vendor/
22
23 # Release archives
24 *.tar.gz
25 *.zip
26 inc/languages/*/LC_MESSAGES/shaarli.mo
27
28 # Development and test resources
29 coverage
30 doxygen
31 sandbox
32 phpmd.html
33
34 # User plugin configuration
35 plugins/*/config.php
36
37 # HTML documentation
38 doc/html/
39
40 # 3rd party themes
41 tpl/*
42 !tpl/default
43 !tpl/vintage
44
45 # Front end
46 node_modules
47 tpl/default/js
48 tpl/default/css
49 tpl/default/fonts
50 tpl/default/img
51 tpl/vintage/js
52 tpl/vintage/css
53 tpl/vintage/img