initial commit

This commit is contained in:
Emi Boucly 2025-03-03 22:31:34 +01:00
commit adc8658d6d
10 changed files with 704 additions and 0 deletions

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
### IntelliJ Idea ###
/.idea/
/out/
/chat/target/
### Compiled class file ###
*.class
### Log file ###
*.log
### Package Files ###
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
### VS Code ###
.vscode/