Skip to content

Commit 6fa17fb

Browse files
committed
Merge branch 'develop'
2 parents d5a0841 + 554d714 commit 6fa17fb

33 files changed

+278
-511
lines changed

.gitignore

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
# When using Gradle or Maven with auto-import, you should exclude module files,
3434
# since they will be recreated, and may cause churn. Uncomment if using
3535
# auto-import.
36-
.idea/artifacts
37-
.idea/compiler.xml
38-
.idea/jarRepositories.xml
39-
.idea/modules.xml
40-
.idea/*.iml
41-
.idea/modules
42-
*.iml
43-
*.ipr
36+
.idea/artifacts
37+
.idea/compiler.xml
38+
.idea/jarRepositories.xml
39+
.idea/modules.xml
40+
.idea/*.iml
41+
.idea/modules
42+
*.iml
43+
*.ipr
4444

4545
# CMake
4646
cmake-build-*/
@@ -78,10 +78,10 @@ fabric.properties
7878
### Intellij Patch ###
7979
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
8080

81-
# *.iml
82-
# modules.xml
83-
# .idea/misc.xml
84-
# *.ipr
81+
*.iml
82+
modules.xml
83+
.idea/misc.xml
84+
*.ipr
8585

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

154154
local.properties
155+
/.idea/

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/artifacts/cyk_algorithm_js_0_1_0.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/artifacts/cyk_algorithm_js_1_0_SNAPSHOT.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/artifacts/cyk_algorithm_jvm_0_1_0.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/artifacts/cyk_algorithm_jvm_1_0_SNAPSHOT.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)