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