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] 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