You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
20 lines
164 B
Plaintext
20 lines
164 B
Plaintext
# Git
|
|
.git/
|
|
|
|
# IDE
|
|
**/*.idea
|
|
backup
|
|
|
|
# Python
|
|
**/*.egg-info
|
|
**/*.pyc
|
|
**/__pycache__
|
|
**/venv
|
|
|
|
# Unit Test
|
|
**/.coverage
|
|
**/coverage.xml
|
|
**/xunit.xml
|
|
**/coverage
|
|
tmp/
|