diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2021-02-03 14:13:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-03 14:13:30 +0000 |
commit | ce764f872bfc0096d1c160a02213c79bf843fa3c (patch) | |
tree | 3b63ef84238e7a2c5941fda361f7835ede20f707 /.gitignore | |
parent | b7cdb1e88801fbb12d261bfab2a2b4791c109c38 (diff) | |
parent | 10183e8c2626f69d0cee4a8167d1a92017859a35 (diff) |
Merge "Adding license,parent POM,readme and version files"
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 |