added assignment and gitignore
This commit is contained in:
parent
2e38a1392e
commit
7793dbb9e2
44
.gitignore
vendored
44
.gitignore
vendored
@ -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
|
||||||
|
BIN
Projekt_Ueberwachungssystem.pdf
Normal file
BIN
Projekt_Ueberwachungssystem.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user