Skip to content

Commit

Permalink
ignore gradle/build folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFP committed Aug 2, 2017
1 parent e21e23f commit 999f631
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -26,4 +26,7 @@ xcuserdata
# OS X
Icon
Thumbs.db
.DS_Store
.DS_Store
android/\.gradle/

android/lib/build/
1 change: 0 additions & 1 deletion build/build.xml
Expand Up @@ -14,7 +14,6 @@
<!-- All -->
<target name="all" depends="ios,android,swc,package" description="Full build of extension"/>


<!-- iOS -->
<target name="ios" description="Build iOS Library">

Expand Down
5 changes: 2 additions & 3 deletions build/example.build.config
@@ -1,5 +1,4 @@
name = AirAlert
air.sdk.home = /path/to/your/air-sdk
ios.sdkversion = iphoneos
android.sdk = /path/to/your/android/sdk
air.sdk.home = /path/to/your/air/sdk
android.sdk.home = /path/to/your/android/sdk
include.shared.resources = false

0 comments on commit 999f631

Please sign in to comment.