diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2014-05-16 09:02:14 +0200 |
---|---|---|
committer | Olivier Maridat <olivier.maridat@trialog.com> | 2014-05-16 09:02:14 +0200 |
commit | 4c10cb5c98198eb29a982ee8953763ae4cc665f2 (patch) | |
tree | 0a2ae2c6f6ae58e697cdc59ac35a2d879d37ccec /.gitignore | |
parent | 2d299f63b85d884895191017a22935562d8f93e5 (diff) |
Add a specific Kanboard description parser
This parser still calls the markdown parser, but also replace #<task number> to a link to the given task.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,11 @@ *.sqlite *.sqlite-journal +# IDE generated files # +###################### +.buildpath +.project + # OS generated files # ###################### .DS_Store |