200e6b164b
- Split into 2 Maven modules: bootstrap (updater) + launcher (UI) - New UI: blue-orange theme, grid animation background - Fixed version parsing bug (start += 11) - Added unit tests for version parsing - Server: adapted to new build structure (builds/zernmc)
21 lines
211 B
Plaintext
21 lines
211 B
Plaintext
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
dependency-reduced-pom.xml
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build outputs
|
|
server/builds/
|
|
server/logs/ |