Browse Source

added assignment and gitignore

pull/1/head
Bastian Kohler 1 year ago
parent
commit
7793dbb9e2
2 changed files with 26 additions and 18 deletions
  1. 26
    18
      .gitignore
  2. BIN
      Projekt_Ueberwachungssystem.pdf

+ 26
- 18
.gitignore 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

BIN
Projekt_Ueberwachungssystem.pdf View File


Loading…
Cancel
Save