From 34d5da43e79002968934ef9a069f312032a61f2f Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Mon, 26 Nov 2018 20:19:00 -0800 Subject: [PATCH] documenting file ignores, print current file as they are being processed --- .toodles.yaml | 4 ++++ package.yaml | 2 +- toodles.cabal | 4 ++-- web/html/index.html | 7 ++++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.toodles.yaml b/.toodles.yaml index 0e755a4..525a157 100644 --- a/.toodles.yaml +++ b/.toodles.yaml @@ -1,8 +1,12 @@ +# Putting a .toodles.yaml file in the root of your repo will give toodles +# any project specific configuration you'd like to set. + # `ignore`: Specify a list of regular expressions. # Toodles will ignore a file that matches any of the entires ignore: - test.js - stack-work +- node_modules - Spec.hs # `flags` specify other keywords you might want to scan other than TODO # Hardcoded ones include TODO, FIXME, and XXX diff --git a/package.yaml b/package.yaml index 06ecafa..47d1601 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: toodles -version: 1.0.0 +version: 1.0.1 github: "aviaviavi/toodles" license: MIT author: "Avi Press" diff --git a/toodles.cabal b/toodles.cabal index 7300039..9400f1c 100644 --- a/toodles.cabal +++ b/toodles.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: f27f81e3ac0847f1de1a670672ef4ebac62f9a14080ada290cee6cfe7d752dea +-- hash: 95013a4e9f97f67cc56541af010980f8b66d76da59819ff6aef8c68ffdb9bc27 name: toodles -version: 1.0.0 +version: 1.0.1 synopsis: Manage the TODO entries in your code description: Toodles scrapes your entire repository for TODO entries and organizes them so you can manage your project directly from the code. View, filter, sort, and edit your TODO\'s with an easy to use web application. When you make changes via toodles, the edits will be applied directly the TODO entries in your code. When you\'re done, commit and push your changes to share them with your team! category: Project Management diff --git a/web/html/index.html b/web/html/index.html index fd6e969..1c2bf0d 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -119,7 +119,12 @@
-
Loading Loading TODO's. If your project is large, this can take a few moments...
+
Loading Loading + TODO's. If your project is large, this can take a few moments. + Try configuring toodles to ignore large and/or autogenerated + files. + More info on configuring toodles +