gitignore: ignore builds and IDE configuration files
Change-Id: Ie86cab2161e296471a1b9eb1232b69f360d3240e Reviewed-on: https://go-review.googlesource.com/13583 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
parent
f632204bcc
commit
6ba2a15710
|
@ -1,4 +1,17 @@
|
|||
# Add no patterns to .hgignore except for files generated by the build.
|
||||
# Add no patterns to .gitignore except for files generated by the build.
|
||||
last-change
|
||||
*.apk
|
||||
*.app
|
||||
*.framework
|
||||
*.aar
|
||||
*.xcodeproj
|
||||
*.iml
|
||||
.idea
|
||||
.gradle
|
||||
|
||||
# Android Studio build and IDE configuration files.
|
||||
example/bind/android/local.properties
|
||||
example/bind/android/gradlew*
|
||||
example/bind/android/gradle
|
||||
example/bind/android/build
|
||||
example/bind/android/app/build
|
Loading…
Reference in New Issue