Naloga 3 WIP

This commit is contained in:
Gašper Dobrovoljc
2025-04-17 08:16:22 +02:00
parent b0ec0d4ec4
commit 1f2ae5b63a
9 changed files with 368 additions and 0 deletions

29
naloga3/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store