docker-android/.dockerignore

29 lines
231 B
Plaintext
Raw Normal View History

2023-05-09 17:34:44 +00:00
# Git
.git/
2026-01-26 14:12:58 +00:00
.github
.gitignore
2023-05-09 17:34:44 +00:00
# IDE
**/*.idea
backup
# Python
**/*.egg-info
**/*.pyc
**/__pycache__
**/venv
# Unit Test
**/.coverage
**/coverage.xml
**/xunit.xml
**/coverage
tmp/
2026-01-26 14:12:58 +00:00
docker
documentations
example
images
*.md
*.sh