Added project

This commit is contained in:
Александр Александров
2023-06-09 00:43:36 +03:00
parent 113901abf0
commit 33a74f6bfe
17 changed files with 7234 additions and 65 deletions

66
.gitignore vendored
View File

@@ -1,52 +1,14 @@
# ---> Kotlin
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
/target/
/.idea/
/*.iml
/chromedriver
/geckodriver
/operadriver
/*.svg
/*.png
/*.properties
/svgs/
/out/
/*.html
/*.exe
/*.log