1
0
forked from Manyxyz/Lab2

Deleted Klasa.java from the project

This commit is contained in:
Manyxyz
2025-10-14 13:42:16 +02:00
parent 70c702a545
commit 2ce7cf8c9c
9 changed files with 605 additions and 0 deletions

33
demo/.gitignore vendored Normal file
View File

@@ -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/