diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-02-02 15:42:04 +0000 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-02-03 12:36:36 +0000 |
commit | 10183e8c2626f69d0cee4a8167d1a92017859a35 (patch) | |
tree | 51fea3043687b27e5f06829966ecdfda5ca123e7 /.gitignore | |
parent | d4b2fa6c8e680c2726a4484aab5891255b185196 (diff) |
Adding license,parent POM,readme and version files
Change-Id: If6b034be635e4cd7bbfb9b7339d2bdb12654e283
Issue-ID: SO-3487
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5814298 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +target +**/.settings +**/.classpath +**/.project +**/.buildpath +**/.factorypath +**/.springBeans +**/.project +**/.classpath +.idea +.checkstyle +.DS_Store +.*~ +*.iml +**/logs/ +**/debug-logs/ +*.class +*.swp +*.log +*.tmp +**/bin/ +/tattletale/ +/.metadata/ +**/.sts4-cache +**/.java-version |