added assignment and gitignore

This commit is contained in:
Bastian Kohler 2023-05-11 14:39:27 +02:00
parent 2e38a1392e
commit 7793dbb9e2
2 changed files with 26 additions and 18 deletions

44
.gitignore vendored
View File

@ -1,25 +1,33 @@
# ---> Java # Gradle files
# Compiled class file .gradle/
*.class build/
# Log file # Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log *.log
# BlueJ files # Android Studio generated files and folders
*.ctxt captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# Mobile Tools for Java (J2ME) # IntelliJ
.mtj.tmp/ *.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Package Files # # Keystore files
*.jar *.jks
*.war *.keystore
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # Google Services (e.g. APIs or Firebase)
hs_err_pid* google-services.json
# Android Profiling
*.hprof

Binary file not shown.