Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Feb 12, 2020
1 parent ee5aef5 commit 4ff4c83
Show file tree
Hide file tree
Showing 27 changed files with 729 additions and 234 deletions.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
##################
# intellij files #
##################
*.iws
*.iml
*.ipr
!.idea/runConfigurations
.idea/inspectionProfiles
.idea/libraries
.idea/codeStyles
.idea/shelf
.idea/*.*

#################
Expand Down Expand Up @@ -59,4 +62,20 @@
/build
/.gradle
/gradle
/pom.xml.bak
/out
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!/gradle/wrapper/gradle-wrapper.jar
!/gradle/wrapper/gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

##############################################################
# virtual machine crash logs #
# see http://www.java.com/en/download/help/error_hotspot.xml #
##############################################################
hs_err_pid*
/.attach_pid*
21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__build_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__clean_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__dependencyUpdates_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__jacocoTestReport_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__javadoc_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__licenseFormat_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/runConfigurations/time_machine__publish_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/time_machine_clean_deploy.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/time_machine_clean_install.xml

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/runConfigurations/time_machine_javadoc.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/runConfigurations/time_machine_update_license_header.xml

This file was deleted.

0 comments on commit 4ff4c83

Please sign in to comment.