Skip to content

Commit

Permalink
Add Readme informations
Browse files Browse the repository at this point in the history
  • Loading branch information
athieriot committed Dec 3, 2013
1 parent 5d9674a commit 345c377
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@ Additionally if you use ConfiguredTache:
One thing you have to know with the configuration file is that the Taches are instantiated by SnakeYaml directly.
So, if you respect the interface and the SnakeYaml documentation, you can override the default constructors to do whatever you want.

Troubleshooting
---------------

+ IntelliJ backup files:

If you are using IntelliJ as idea, or if you use another tool that generate backup files in your current work directory, you might want to stop those files from notifying JTaches.
This is doable by using the ```excludes``` property available in most Taches.

For example, to ignore IntelliJ backup files, use this in one of you Tache:

excludes: "^[.#]|_jb_bak__$"

Known issues
------------

Expand Down

0 comments on commit 345c377

Please sign in to comment.