Browse Source

Update .gitignore

pull/1/head
Yiğit Çolakoğlu 7 years ago
committed by GitHub
parent
commit
12fe536f16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 21 deletions
  1. +21
    -21
      .gitignore

+ 21
- 21
.gitignore View File

@ -2,45 +2,45 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff # 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 # 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 # Gradle
.idea/**/gradle.xml
.idea/**/libraries
Barcode_Reader_Python/.idea/**/gradle.xml
Barcode_Reader_Python/.idea/**/libraries
# CMake # CMake
cmake-build-*/ cmake-build-*/
# Mongo Explorer plugin # Mongo Explorer plugin
.idea/**/mongoSettings.xml
Barcode_Reader_Python/.idea/**/mongoSettings.xml
# File-based project format # File-based project format
*.iws
Barcode_Reader_Python/*.iws
# IntelliJ # IntelliJ
out/
Barcode_Reader_Python/out/
# mpeltonen/sbt-idea plugin # mpeltonen/sbt-idea plugin
.idea_modules/
Barcode_Reader_Python/.idea_modules/
# JIRA plugin # JIRA plugin
atlassian-ide-plugin.xml
Barcode_Reader_Python/atlassian-ide-plugin.xml
# Cursive Clojure plugin # Cursive Clojure plugin
.idea/replstate.xml
Barcode_Reader_Python/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ) # Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml com_crashlytics_export_strings.xml
@ -49,4 +49,4 @@ crashlytics-build.properties
fabric.properties fabric.properties
# Editor-based Rest Client # Editor-based Rest Client
.idea/httpRequests
Barcode_Reader_Python/.idea/httpRequests

Loading…
Cancel
Save