mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
obj
|
||||||
lint.xml
|
lint.xml
|
||||||
|
|
||||||
# IntelliJ IDEA
|
# IntelliJ IDEA & Android Studio
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
classes
|
classes
|
||||||
gen-external-apklibs
|
gen-external-apklibs
|
||||||
|
*.li
|
||||||
|
|
||||||
# Eclipse
|
# Eclipse
|
||||||
.project
|
.project
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue