mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35: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:
parent
8979b22eda
commit
80dade46d8
@ -22,5 +22,8 @@ local.properties
|
||||
# Proguard folder generated by Eclipse
|
||||
proguard/
|
||||
|
||||
#Log Files
|
||||
# Log Files
|
||||
*.log
|
||||
|
||||
# Android Studio Navigation Editor
|
||||
.navigation/
|
||||
|
Loading…
Reference in New Issue
Block a user