From 84791ea3d0d1798bf77200f7af66092ef9845419 Mon Sep 17 00:00:00 2001 From: Gaurav Rawat Date: Wed, 21 Jul 2021 20:28:50 -0400 Subject: [PATCH] add gitignore --- README.md | 4 +++- jasperreportswithboot/.gitignore | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68074c3..b33710d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ hence updating code to use jasper directly .Will add an example soon . `The jasper endpoints shall be like http://localhost:8080/reports/{reportname}?format={format}&id={id} (id param are optional,you can add ur custom report params there)` -eg. `http://localhost:8080/reports/rpt_A?format=pdf` + +eg. +`http://localhost:8080/reports/rpt_A?format=pdf` Cheers! :wine_glass: diff --git a/jasperreportswithboot/.gitignore b/jasperreportswithboot/.gitignore index e3e5bc0..6ba57e2 100644 --- a/jasperreportswithboot/.gitignore +++ b/jasperreportswithboot/.gitignore @@ -1,2 +1,4 @@ /target/ -/.settings \ No newline at end of file +/.settings +/.idea +.idea