diff options
author | ramya <ramya.ravichandran5@wipro.com> | 2019-02-27 11:12:39 +0530 |
---|---|---|
committer | ramya <ramya.ravichandran5@wipro.com> | 2019-02-27 11:13:38 +0530 |
commit | 31f28fb8f5a29652932b135d54486eebfda375c5 (patch) | |
tree | cf6079dc949cb36895055e36fd71653adb9eb90f /.gitignore | |
parent | b98052c7bd1924648b09b20cfa8893947222447a (diff) |
Remove settings file
Change-Id: I781f5982765648aa8774ee936077f3218ac6d005
Issue-ID: DCAEGEN2-1219
Signed-off-by: Ramya Ravichandran<ramya.ravichandran5@wipro.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e4c769 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/target/ +target/ +.project +.settings/ +.classpath +*.jar |