Add: backend dir and moved frontend to frontend dir

This commit is contained in:
Jose
2026-02-17 01:43:08 +01:00
parent 95dd13595e
commit dcc1d55db6
82 changed files with 197 additions and 419 deletions

19
.gitignore vendored
View File

@@ -1,4 +1,15 @@
.env
node_modules/
dist/
package-lock.json
frontend/.env
frontend/node_modules/
frontend/dist/
frontend/package-lock.json
backend/target/
backend/.mvn/wrapper/maven-wrapper.jar
backend/!**/src/main/**/target/
backend/!**/src/test/**/target/
### IntelliJ IDEA ###
backend/.idea
backend/*.iws
backend/*.iml
backend/*.ipr