Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(android): ignore and delete files that should not be tracked #31

Merged
merged 1 commit into from
Dec 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ layout/cproject
layout/.project
layout/.settings
examples/*/res/vendor-manifest.json
android/sdk/build
android/support_ui/build
android/sdk/src/main/jni/core
examples/android-demo/build/
examples/android-demo/.gradle
examples/android-demo/.idea/
examples/android-demo/local.properties
examples/android-demo/example/.externalNativeBuild
examples/android-demo/example/src/main/assets/
examples/ios-demo/HippyDemo.xcodeproj/project.xcworkspace/xcuserdata/*
examples/ios-demo/HippyDemo.xcodeproj/xcuserdata/*

# android
*.iml
local.properties
.idea/
.gradle/
build/
.externalNativeBuild
87 changes: 0 additions & 87 deletions android/sdk/android-sdk.iml

This file was deleted.

89 changes: 0 additions & 89 deletions android/sdk/sdk.iml

This file was deleted.

Loading