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