Add 'desktop/' from commit 'bc9a54b29a8a8c8272609082438f36b92de7f4d1'

git-subtree-dir: desktop
git-subtree-mainline: 737028e06d5207fc69425cf4431b7d047cf3110f
git-subtree-split: bc9a54b29a
This commit is contained in:
2026-03-18 19:23:20 -06:00
161 changed files with 16703 additions and 0 deletions

50
desktop/.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.kotlin
### IntelliJ IDEA ###
.idea/*
!.idea/runConfigurations/
!.idea/encodings.xml
!.idea/misc.xml
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
## Database related
connectionpetstore.properties
# Log files
*.log
log.txt
*.class
*.out
*.err
tmp/