diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-02-02 11:03:43 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-02-03 10:45:29 +0000 |
commit | faa797b57b3a8233c2118d16dc4fab5fcef6766e (patch) | |
tree | 575e5dd076bbfd83ea18d17a8f7a5b35d2e3b5d3 /.gitignore | |
parent | 8dd80a3efd6f87e7915971a808aa15a662726722 (diff) |
Adding license,parent POM,readme and version files
Change-Id: I3dda6c532215fabb1c649da0731e0debe1a5d944
Issue-ID: SO-3485
Signed-off-by: waqas.ikram <waqas.ikram@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 |