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

Binary file not shown.