Initialer Upload neues Unity-Projekt

This commit is contained in:
Daniel Ocks
2025-07-25 11:17:02 +02:00
commit f7a629ccde
91 changed files with 8743 additions and 0 deletions

65
.gitignore.txt Normal file
View File

@ -0,0 +1,65 @@
# Gradle
.gradle/
build/
*/build/
!gradle/wrapper/gradle-wrapper.jar
# IDE
.idea/
*.iml
*.ipr
*.iws
# VS Code
.vscode/
# OS
.DS_Store
Thumbs.db
# Signing / secrets
*.jks
*.keystore
local.properties
*.pem
*.key
# Android specific
captures/
.externalNativeBuild/
.cxx/
# Misc
*.log
*.tmp
*.bak
# Ignore generated files
generated/
gen/
# APK / AAB
*.apk
*.ap_
*.aab
# Testing / coverage
test-results/
coverage/
*.ec
# Lint and analysis
lint/reports/
lint/intermediates/
# Crashlytics / Firebase
crashlytics-build.properties
fabric.properties
# Gradle cache
.gradle/
build/
# Ignore Google services config (if private)
google-services.json