]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .gitignore
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / .gitignore
CommitLineData
559315ba 1# Shaarli runtime resources
6e330f22
MC
2data
3tmp
4cache
5pagecache
6
7# Eclipse project files
8.settings
9.buildpath
ea8f67eb 10.project
11
559315ba 12# Raintpl generated pages
00f98bda
V
13*.rtpl.php
14
559315ba 15# 3rd-party dependencies
559315ba 16vendor/
00f98bda 17
559315ba 18# Release archives
624f999f 19*.tar.gz
559315ba 20*.zip
d6379763 21inc/languages/*/LC_MESSAGES/shaarli.mo
559315ba
V
22
23# Development and test resources
ca74886f 24coverage
4bf35ba5 25sandbox
00f98bda 26phpmd.html
1c53591a 27phpdoc.xml
6fc14d53 28
559315ba 29# User plugin configuration
4bf35ba5 30plugins/*/config.php
a5a0c039 31plugins/default_colors/default_colors.css
a0df0651 32
9ff77362
V
33# HTML documentation
34doc/html/
1c53591a 35doc/phpdoc/
9ff77362 36
a0df0651
A
37# 3rd party themes
38tpl/*
39!tpl/default
009ce935 40!tpl/vintage
47978e87
A
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
5321f704
A
51
52# Documented scripts
53generate_templates.php