mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Exclude .li files in ExoPlayer's .hgignore
These seem to be created by the Android Studio layout inspector PiperOrigin-RevId: 272856118
This commit is contained in:
parent
5e090d81b4
commit
fabdb84136
1 changed files with 2 additions and 1 deletions
|
|
@ -12,13 +12,14 @@ libs
|
|||
obj
|
||||
lint.xml
|
||||
|
||||
# IntelliJ IDEA
|
||||
# IntelliJ IDEA & Android Studio
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
classes
|
||||
gen-external-apklibs
|
||||
*.li
|
||||
|
||||
# Eclipse
|
||||
.project
|
||||
|
|
|
|||
Loading…
Reference in a new issue