Inital scream

This commit is contained in:
Liliesh 2026-03-03 20:16:41 +01:00
commit 6feaada7da
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
11 changed files with 120 additions and 0 deletions

32
.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Kotlin ###
.kotlin
### 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