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