]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
Merge pull request #1234 from virtualtam/lint
[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 # Raintpl generated pages
13 *.rtpl.php
14
15 # 3rd-party dependencies
16 vendor/
17
18 # Release archives
19 *.tar.gz
20 *.zip
21 inc/languages/*/LC_MESSAGES/shaarli.mo
22
23 # Development and test resources
24 coverage
25 doxygen
26 sandbox
27 phpmd.html
28
29 # User plugin configuration
30 plugins/*/config.php
31
32 # HTML documentation
33 doc/html/
34
35 # 3rd party themes
36 tpl/*
37 !tpl/default
38 !tpl/vintage
39
40 # Front end
41 node_modules
42 tpl/default/js
43 tpl/default/css
44 tpl/default/fonts
45 tpl/default/img
46 tpl/vintage/js
47 tpl/vintage/css
48 tpl/vintage/img