Skip to content

Commit

Permalink
Redo gitignore from scratch; add more complex example image
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelrychlik committed Aug 29, 2017
1 parent 1f3b04d commit 6672a92
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
30 changes: 25 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
*
!*/
!*.py
!*.md
!.gitignore
# OS / IDE specific
.DS_Store
.idea

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Graph visualizer for dependencies between JIRA tickets. Takes into account subta
Uses JIRA rest API v2 for fetching information on issues.
Uses [Google Chart API](https://developers.google.com/chart/) for graphical presentation.

Example output
==============

![Example graph](examples/issue_graph_complex.png)

Requirements:
=============
* Python 2.6+
Expand Down
Binary file added examples/issue_graph_complex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6672a92

Please sign in to comment.