aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-07-26 22:13:53 +0200
committerGitHub <noreply@github.com>2016-07-26 22:13:53 +0200
commitefc0c865ba914e75a6c3c9220450d13f752c7afa (patch)
tree3d71f09ef5ea21fa152cf7d177e490b8452aef23 /.gitignore
parent2795cf5e1cbe06af418c8a9f57b2c368ac0533ae (diff)
parent559315ba0a89e306bc46d0a540f1536193860580 (diff)
downloadShaarli-efc0c865ba914e75a6c3c9220450d13f752c7afa.tar.gz
Shaarli-efc0c865ba914e75a6c3c9220450d13f752c7afa.tar.zst
Shaarli-efc0c865ba914e75a6c3c9220450d13f752c7afa.zip
Merge pull request #608 from virtualtam/refactor/bookmark-parser
Reference netscape-bookmark-parser & allow generating custom release archives
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 75cd3a6b..095aaded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
1# Ignore data/, tmp/, cache/ and pagecache/ 1# Shaarli runtime resources
2data 2data
3tmp 3tmp
4cache 4cache
@@ -9,18 +9,22 @@ pagecache
9.buildpath 9.buildpath
10.project 10.project
11 11
12# Ignore raintpl generated pages 12# Raintpl generated pages
13*.rtpl.php 13*.rtpl.php
14 14
15# Ignore test dependencies 15# 3rd-party dependencies
16composer.lock 16composer.lock
17/vendor/ 17vendor/
18 18
19# Ignore development and test resources 19# Release archives
20*.tar
21*.zip
22
23# Development and test resources
20coverage 24coverage
21doxygen 25doxygen
22sandbox 26sandbox
23phpmd.html 27phpmd.html
24 28
25# Ignore user plugin configuration 29# User plugin configuration
26plugins/*/config.php 30plugins/*/config.php