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