From 7c40400050e87c2e9bbcc6695bec99062385a8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= <30830979+yigitcolakoglu@users.noreply.github.com> Date: Fri, 22 Jun 2018 21:25:11 +0300 Subject: [PATCH 1/3] Create .gitignore --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02d16aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests From e708f3eec90b812dbd118d35bddaae3b2971d032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= <30830979+yigitcolakoglu@users.noreply.github.com> Date: Fri, 22 Jun 2018 21:28:23 +0300 Subject: [PATCH 2/3] Set theme jekyll-theme-merlot --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c50ff38 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-merlot \ No newline at end of file From 12fe536f16cb7dc6e9fcf4e8c5c2c2179816fa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= <30830979+yigitcolakoglu@users.noreply.github.com> Date: Fri, 22 Jun 2018 21:35:04 +0300 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 02d16aa..4e0c1da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,45 +2,45 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf +Barcode_Reader_Python/.idea/**/workspace.xml +Barcode_Reader_Python/.idea/**/tasks.xml +Barcode_Reader_Python/.idea/**/usage.statistics.xml +Barcode_Reader_Python/.idea/**/dictionaries +Barcode_Reader_Python/.idea/**/shelf # Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml +Barcode_Reader_Python/.idea/**/dataSources/ +Barcode_Reader_Python/.idea/**/dataSources.ids +Barcode_Reader_Python/.idea/**/dataSources.local.xml +Barcode_Reader_Python/.idea/**/sqlDataSources.xml +Barcode_Reader_Python/.idea/**/dynamic.xml +Barcode_Reader_Python/.idea/**/uiDesigner.xml +Barcode_Reader_Python/.idea/**/dbnavigator.xml # Gradle -.idea/**/gradle.xml -.idea/**/libraries +Barcode_Reader_Python/.idea/**/gradle.xml +Barcode_Reader_Python/.idea/**/libraries # CMake cmake-build-*/ # Mongo Explorer plugin -.idea/**/mongoSettings.xml +Barcode_Reader_Python/.idea/**/mongoSettings.xml # File-based project format -*.iws +Barcode_Reader_Python/*.iws # IntelliJ -out/ +Barcode_Reader_Python/out/ # mpeltonen/sbt-idea plugin -.idea_modules/ +Barcode_Reader_Python/.idea_modules/ # JIRA plugin -atlassian-ide-plugin.xml +Barcode_Reader_Python/atlassian-ide-plugin.xml # Cursive Clojure plugin -.idea/replstate.xml +Barcode_Reader_Python/.idea/replstate.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml @@ -49,4 +49,4 @@ crashlytics-build.properties fabric.properties # Editor-based Rest Client -.idea/httpRequests +Barcode_Reader_Python/.idea/httpRequests