diff options
-rw-r--r-- | .gitignore | 26 |
1 files changed, 18 insertions, 8 deletions
@@ -1,10 +1,20 @@ +/*/build/ + +com_crashlytics_export_strings.xml + +local.properties + +.gradle/ + +.signing/ + +.idea/ *.iml -.gradle -/local.properties -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml + .DS_Store -/build -/captures -.externalNativeBuild +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db
\ No newline at end of file |