diff --git a/.gitignore b/.gitignore index c852a9f9..403765d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .* +!.idea/ !.gitignore !.rubocop.yml !.editorconfig diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..cc1164cc --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,4 @@ +* + +!.gitignore +!kotlinc.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 00000000..a2e87d82 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file