1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Android.gitignore
Ye Lin Aung 80dade46d8 Added Ignore for Android Studio Navigation Editor
Recently, Android Studio has (experimental) [Navigation Editor feature](http://tools.android.com/navigation-editor) . Consequently, it creates .navigation folder under the project. 

Does anyone know whether we should ignore this folder or not ?
2014-06-14 13:34:49 +06:30

30 lines
339 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation Editor
.navigation/