commit | b706d7c314fb97ed4c9f30fcc3aa05aac1431510 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Fri Feb 03 12:26:41 2023 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Fri Feb 03 13:20:34 2023 +0100 |
tree | 6d27cc71dfda4a95752ce194d1866bbc98b1b000 | |
parent | 8ea47cb53fa4958ff96d84e9b8f2578db17f365b [diff] [blame] |
Implemented a prototype KorAP OAuth2 web client Change-Id: I2e1ab809e4792c9d610c07b02ed75430e6299741
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0884b12 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,9 @@ +/application.properties +target +.classpath +.project +.settings + +HELP.md +mvnw +mvnw.cmd \ No newline at end of file