From daf392d637f8aed25d5f3b48f859ffb173ca90c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20RA=C5=9EO?= Date: Wed, 3 Jan 2018 11:12:46 +0300 Subject: [PATCH] first setting up the project --- .gitignore | 36 +++++++++++++++++++++++++++ .idea/kotlinc.xml | 6 +++++ .idea/libraries/KotlinJavaRuntime.xml | 17 +++++++++++++ .idea/misc.xml | 6 +++++ .idea/vcs.xml | 6 +++++ 5 files changed, 71 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/libraries/KotlinJavaRuntime.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6141b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +.DS_Store +.idea/shelf +/android.tests.dependencies +/confluence/target +/dependencies +/dist +/gh-pages +/ideaSDK +/clionSDK +/android-studio/sdk +out/ +/tmp +workspace.xml +*.versionsBackup +/idea/testData/debugger/tinyApp/classes* +/jps-plugin/testData/kannotator +/ultimate/dependencies +/ultimate/ideaSDK +/ultimate/out +/ultimate/tmp +/js/js.translator/testData/out/ +/js/js.translator/testData/out-min/ +.gradle/ +build/ +!**/src/**/build +!**/test/**/build +*.iml +!**/testData/**/*.iml +.idea/libraries/Gradle*.xml +.idea/libraries/Maven*.xml +.idea/modules +.idea/modules.xml +.idea/gradle.xml +.idea/compiler.xml +.idea/inspectionProfiles/profiles_settings.xml +.idea/.name diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..0dd4b35 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/libraries/KotlinJavaRuntime.xml b/.idea/libraries/KotlinJavaRuntime.xml new file mode 100644 index 0000000..fc27a47 --- /dev/null +++ b/.idea/libraries/KotlinJavaRuntime.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..0548357 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file