]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[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 sandbox
26 phpmd.html
27 phpdoc.xml
28
29 # User plugin configuration
30 plugins/*/config.php
31
32 # HTML documentation
33 doc/html/
34 doc/phpdoc/
35
36 # 3rd party themes
37 tpl/*
38 !tpl/default
39 !tpl/vintage
40
41 # Front end
42 node_modules
43 tpl/default/js
44 tpl/default/css
45 tpl/default/fonts
46 tpl/default/img
47 tpl/vintage/js
48 tpl/vintage/css
49 tpl/vintage/img