Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Oct 25, 2020
2 parents d5a0841 + 554d714 commit 6fa17fb
Show file tree
Hide file tree
Showing 33 changed files with 278 additions and 511 deletions.
25 changes: 13 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# CMake
cmake-build-*/
Expand Down Expand Up @@ -78,10 +78,10 @@ fabric.properties
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
*.iml
modules.xml
.idea/misc.xml
*.ipr

# Sonarlint plugin
# https://plugins.jetbrains.com/plugin/7973-sonarlint
Expand Down Expand Up @@ -152,3 +152,4 @@ gradle-app.setting
# End of https://www.toptal.com/developers/gitignore/api/kotlin,gradle,intellij

local.properties
/.idea/
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/artifacts/cyk_algorithm_js_0_1_0.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/artifacts/cyk_algorithm_js_1_0_SNAPSHOT.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/artifacts/cyk_algorithm_jvm_0_1_0.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/artifacts/cyk_algorithm_jvm_1_0_SNAPSHOT.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/jarRepositories.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

32 changes: 0 additions & 32 deletions .idea/modules/cyk-algorithm.commonMain.iml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/modules/cyk-algorithm.commonTest.iml

This file was deleted.

47 changes: 0 additions & 47 deletions .idea/modules/cyk-algorithm.jsMain.iml

This file was deleted.

52 changes: 0 additions & 52 deletions .idea/modules/cyk-algorithm.jsTest.iml

This file was deleted.

Loading

0 comments on commit 6fa17fb

Please sign in to comment.