Skip to content

Commit

Permalink
change git ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
KouroshMsv committed May 13, 2018
1 parent 319e305 commit 29ecc00
Showing 1 changed file with 43 additions and 13 deletions.
56 changes: 43 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,53 @@

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.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
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

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


.gradle/

*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches

build/
/easyaccount
local.properties


bin/
gen/
out/
proguard/
*.log
.navigation/
captures/

0 comments on commit 29ecc00

Please sign in to comment.