Initial repo commit

This commit is contained in:
kirill.khorkov
2025-12-16 00:05:18 +03:00
parent 48f0f8e363
commit 59508e1ebb
85 changed files with 6838 additions and 0 deletions

81
.gitignore vendored Normal file
View File

@@ -0,0 +1,81 @@
# ═══════════════════════════════════════════════════════════════
# GRADLE
# ═══════════════════════════════════════════════════════════════
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# ═══════════════════════════════════════════════════════════════
# IDE
# ═══════════════════════════════════════════════════════════════
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
out/
# Eclipse
.project
.classpath
.settings/
bin/
# VS Code
.vscode/
# NetBeans
nbproject/
nbbuild/
nbdist/
# ═══════════════════════════════════════════════════════════════
# OS
# ═══════════════════════════════════════════════════════════════
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# ═══════════════════════════════════════════════════════════════
# JAVA
# ═══════════════════════════════════════════════════════════════
*.class
*.jar
*.war
*.ear
*.log
hs_err_pid*
# ═══════════════════════════════════════════════════════════════
# LIBGDX
# ═══════════════════════════════════════════════════════════════
# Android (if added later)
android/assets/
android/libs/
android/gen/
android/bin/
android/obj/
android/local.properties
# iOS (if added later)
ios/build/
ios/libs/
# Native builds
libs/
jniLibs/
# ═══════════════════════════════════════════════════════════════
# MISC
# ═══════════════════════════════════════════════════════════════
*.swp
*.swo
*~
.env
.env.local
local.properties