Skip to content

Commit

Permalink
Update ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
rtugeek committed Apr 17, 2018
1 parent 1c57f4f commit 22818c7
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .gitignore
Expand Up @@ -122,3 +122,77 @@ freeline/
freeline_project_description.json
/.idea/inspectionProfiles/Project_Default.xml
/.idea/inspectionProfiles/
### JetBrains template
# 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/**/dictionaries
.idea/**/shelf

# Sensitive or high-churn files

# Gradle

# CMake
cmake-build-debug/
cmake-build-release/

# Mongo Explorer plugin

# File-based project format

# IntelliJ

# mpeltonen/sbt-idea plugin

# JIRA plugin

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)

# Editor-based Rest Client
.idea/httpRequests
### Android template
# Built application files

# Files for the ART/Dalvik VM

# Java class files

# Generated files

# Gradle files

# Local configuration file (sdk path, etc)

# Proguard folder generated by Eclipse

# Log Files

# Android Studio Navigation editor temp files

# Android Studio captures folder

# IntelliJ
.idea/assetWizardSettings.xml
.idea/caches

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks

# External native build folder generated in Android Studio 2.2 and later

# Google Services (e.g. APIs or Firebase)

# Freeline

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

0 comments on commit 22818c7

Please sign in to comment.