aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
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