Refactoring splitting Room and Session

This commit is contained in:
Jaime Freire
2024-01-02 23:03:46 +01:00
parent 12b7224510
commit 965636544e
60 changed files with 540 additions and 3050 deletions

22
.gitignore vendored
View File

@ -42,9 +42,6 @@ local.properties
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
@ -57,9 +54,6 @@ local.properties
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
@ -71,15 +65,7 @@ local.properties
.scala_dependencies
.worksheet
### Eclipse Patch ###
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Annotation Processing
.apt_generated
.sts4-cache/
@ -172,7 +158,7 @@ $RECYCLE.BIN/
/dist/
/nbdist/
/.nb-gradle/
build/
/build/
!**/src/main/**/build/
!**/src/test/**/build/
@ -185,17 +171,11 @@ build/
.#*
*#
*~
.classpath
.project
.settings
bin
build
target
dependency-reduced-pom.xml
*.sublime-*
/scratch
.gradle
README.html
*.iml
.idea
.exercism