From 7fb369464ae6ac885993165ab4f1de479fd485ea Mon Sep 17 00:00:00 2001 From: andriluccahannes <lb214@hdm-stuttgart.de> Date: Mon, 18 Dec 2023 22:46:14 +0100 Subject: [PATCH] fix git ignore --- .gitignore | 33 +++++++++++++++++++ .idea/.gitignore | 8 ----- .idea/misc.xml | 6 ---- .idea/modules.xml | 8 ----- .../15d493c652d20750608adb0a33ec5d3ad17ece3d | 0 .../81d8eb2bc5a911b258c49bed79926844ea3988f0 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../ad9815cb514700b7f513e4aad039536e258c58d9 | 0 .../d4d373a247368212c60cc99595abbf323611ed8f | 0 .../ef8def03dc8f162799089e9b5f4321201c8810d5 | 0 .../f764c0a37a5c9f7a04bea4edf778d74fc41a085c | 0 .../ffa88f39108e02aca02fbfcfdefda86d60005743 | 0 .idea/sonarlint/issuestore/index.pb | 17 ---------- .../15d493c652d20750608adb0a33ec5d3ad17ece3d | 0 .../81d8eb2bc5a911b258c49bed79926844ea3988f0 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../ad9815cb514700b7f513e4aad039536e258c58d9 | 0 .../d4d373a247368212c60cc99595abbf323611ed8f | 0 .../ef8def03dc8f162799089e9b5f4321201c8810d5 | 0 .../f764c0a37a5c9f7a04bea4edf778d74fc41a085c | 0 .../ffa88f39108e02aca02fbfcfdefda86d60005743 | 0 .idea/sonarlint/securityhotspotstore/index.pb | 17 ---------- .idea/student-tournament-hub.iml | 12 ------- .idea/vcs.xml | 6 ---- .vscode/settings.json | 4 --- sth-frontend/tailwind.config.js | 9 +++++ 26 files changed, 42 insertions(+), 78 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sonarlint/issuestore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d delete mode 100644 .idea/sonarlint/issuestore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 delete mode 100644 .idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d delete mode 100644 .idea/sonarlint/issuestore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 delete mode 100644 .idea/sonarlint/issuestore/d/4/d4d373a247368212c60cc99595abbf323611ed8f delete mode 100644 .idea/sonarlint/issuestore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 delete mode 100644 .idea/sonarlint/issuestore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c delete mode 100644 .idea/sonarlint/issuestore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 delete mode 100644 .idea/sonarlint/issuestore/index.pb delete mode 100644 .idea/sonarlint/securityhotspotstore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d delete mode 100644 .idea/sonarlint/securityhotspotstore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 delete mode 100644 .idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d delete mode 100644 .idea/sonarlint/securityhotspotstore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 delete mode 100644 .idea/sonarlint/securityhotspotstore/d/4/d4d373a247368212c60cc99595abbf323611ed8f delete mode 100644 .idea/sonarlint/securityhotspotstore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 delete mode 100644 .idea/sonarlint/securityhotspotstore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c delete mode 100644 .idea/sonarlint/securityhotspotstore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 delete mode 100644 .idea/sonarlint/securityhotspotstore/index.pb delete mode 100644 .idea/student-tournament-hub.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .vscode/settings.json create mode 100644 sth-frontend/tailwind.config.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..549e00a --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index dbb096c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="20" project-jdk-type="JavaSDK"> - <output url="file://$PROJECT_DIR$/out" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f22b051..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/student-tournament-hub.iml" filepath="$PROJECT_DIR$/.idea/student-tournament-hub.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d b/.idea/sonarlint/issuestore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 b/.idea/sonarlint/issuestore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 b/.idea/sonarlint/issuestore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/d/4/d4d373a247368212c60cc99595abbf323611ed8f b/.idea/sonarlint/issuestore/d/4/d4d373a247368212c60cc99595abbf323611ed8f deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 b/.idea/sonarlint/issuestore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c b/.idea/sonarlint/issuestore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 b/.idea/sonarlint/issuestore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb deleted file mode 100644 index 709b569..0000000 --- a/.idea/sonarlint/issuestore/index.pb +++ /dev/null @@ -1,17 +0,0 @@ - -9 - README.md,8\e\8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d -I -tournament-factory-adr.md,8\1\81d8eb2bc5a911b258c49bed79926844ea3988f0 -C -docker-compose.yaml,e\f\ef8def03dc8f162799089e9b5f4321201c8810d5 -F -sth-backend/Dockerfile,a\d\ad9815cb514700b7f513e4aad039536e258c58d9 -@ -sth-backend/mvnw,f\7\f764c0a37a5c9f7a04bea4edf778d74fc41a085c -C -sth-backend/pom.xml,f\f\ffa88f39108e02aca02fbfcfdefda86d60005743 -m -=sth-backend/src/main/java/hdm/mi/sthbackend/model/IMatch.java,1\5\15d493c652d20750608adb0a33ec5d3ad17ece3d -r -Bsth-backend/src/main/java/hdm/mi/sthbackend/model/ITournament.java,d\4\d4d373a247368212c60cc99595abbf323611ed8f \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d b/.idea/sonarlint/securityhotspotstore/1/5/15d493c652d20750608adb0a33ec5d3ad17ece3d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 b/.idea/sonarlint/securityhotspotstore/8/1/81d8eb2bc5a911b258c49bed79926844ea3988f0 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 b/.idea/sonarlint/securityhotspotstore/a/d/ad9815cb514700b7f513e4aad039536e258c58d9 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/d/4/d4d373a247368212c60cc99595abbf323611ed8f b/.idea/sonarlint/securityhotspotstore/d/4/d4d373a247368212c60cc99595abbf323611ed8f deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 b/.idea/sonarlint/securityhotspotstore/e/f/ef8def03dc8f162799089e9b5f4321201c8810d5 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c b/.idea/sonarlint/securityhotspotstore/f/7/f764c0a37a5c9f7a04bea4edf778d74fc41a085c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 b/.idea/sonarlint/securityhotspotstore/f/f/ffa88f39108e02aca02fbfcfdefda86d60005743 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb deleted file mode 100644 index 709b569..0000000 --- a/.idea/sonarlint/securityhotspotstore/index.pb +++ /dev/null @@ -1,17 +0,0 @@ - -9 - README.md,8\e\8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d -I -tournament-factory-adr.md,8\1\81d8eb2bc5a911b258c49bed79926844ea3988f0 -C -docker-compose.yaml,e\f\ef8def03dc8f162799089e9b5f4321201c8810d5 -F -sth-backend/Dockerfile,a\d\ad9815cb514700b7f513e4aad039536e258c58d9 -@ -sth-backend/mvnw,f\7\f764c0a37a5c9f7a04bea4edf778d74fc41a085c -C -sth-backend/pom.xml,f\f\ffa88f39108e02aca02fbfcfdefda86d60005743 -m -=sth-backend/src/main/java/hdm/mi/sthbackend/model/IMatch.java,1\5\15d493c652d20750608adb0a33ec5d3ad17ece3d -r -Bsth-backend/src/main/java/hdm/mi/sthbackend/model/ITournament.java,d\4\d4d373a247368212c60cc99595abbf323611ed8f \ No newline at end of file diff --git a/.idea/student-tournament-hub.iml b/.idea/student-tournament-hub.iml deleted file mode 100644 index ad374d0..0000000 --- a/.idea/student-tournament-hub.iml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="SonarLintModuleSettings"> - <option name="uniqueId" value="496df6ed-8d28-4ba0-bd76-20bf08cf48f0" /> - </component> -</module> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e954fa6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "java.compile.nullAnalysis.mode": "disabled", - "java.configuration.updateBuildConfiguration": "interactive" -} \ No newline at end of file diff --git a/sth-frontend/tailwind.config.js b/sth-frontend/tailwind.config.js new file mode 100644 index 0000000..d947ab1 --- /dev/null +++ b/sth-frontend/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: [], + theme: { + extend: {}, + }, + plugins: [], +} + -- GitLab