1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 01:15:43 +01:00

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 ?
This commit is contained in:
Ye Lin Aung 2014-06-14 13:34:49 +06:30
parent 8979b22eda
commit 80dade46d8

View File

@ -22,5 +22,8 @@ local.properties
# Proguard folder generated by Eclipse
proguard/
#Log Files
# Log Files
*.log
# Android Studio Navigation Editor
.navigation/